• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 8:32pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 8:32pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Pips movement dashboard? Where to find? 0 replies

RSI Dashboard with Alert 0 replies

Flappy Pips - How to keep your hard earn PIPS 7 replies

I lose 40 pips and win 6 to 10 pips... 17 replies

spread on GBP/JPY @ alpari is 12 pips intead of 7 pips they claimed to be 6 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 6
Attachments: Pips To MA Alert - Dashboard
Exit Attachments
Tags: Pips To MA Alert - Dashboard
Cancel

Pips To MA Alert - Dashboard

  • Last Post
  •  
  • Page 1 23 4
  • Page 1 23 4
  •  
  • Post #1
  • Quote
  • First Post: Edited Aug 31, 2012 2:40am Sep 26, 2011 10:00am | Edited Aug 31, 2012 2:40am
  •  CodeMeister
  • Joined Sep 2009 | Status: Making Code While Making Pips | 1,672 Posts
This is a new indicator very similar to the Pips2MA alert indicator that I put together a year ago (see link). This is a dashboard version to monitor multiple pairs.
http://www.forexfactory.com/showthre...22#post5973322

The inputs are:
AlertPips - the distance in pips from the MA at which to alert. One alert is sent per bar.
AlertBarsSkip - the number of bars to skip before sending another alert.
MAperiods=10; // MAperiods - the number of periods to be used by the MA calculation.
MAmethod="E"; // MAmethod - the method to be used for the MA calculation ('S', 'W', 'E', 'M').
MAapply="C"; // MAapply - the price type to be used for the MA calculation ('M', 'T', 'O', 'W', 'C', 'H', 'L').
MAshift=0; // MAshift - the number of periods for the MA shift calculation. MATimeFrame - this is the TF for the calculation of the MA and is usually set to 0 which means to use the chart's TF.
DBDisplay - to turn off the dashboard and only get alerts, set to false.
MailAlert - set to true to receive emails. This option only works if the platform is properly configured for email.
SendAlert - set to false to suppress alerts and use the dashboard only.
CurrencySuffix - supply the currency suffix, if your broker has appended a lower case letter like "r" to the symbol.

You can change the colour scheme of the dashboard to suit your chart; these are the inputs and defaults:
LabelColr=Ivory; InAlertZone=Aqua; OutAlertZone=Magenta;

The currency pairs to be monitored can be selected from the list and in addition there are 4 fields for other pairs of your choice. A maximum of 15 pairs can be monitored.

This thread is for topics related to this indicator only. A few guidelines to follow:
1. Please report bugs. Please explain how it happened and the steps to follow to recreate it. If I can't recreate it, I can't fix it. Include screen shots if necessary.
2. You can request enhancements. In all likelihood they will not be implemented unless I feel they are appropriate for the intended purpose of the indicator and are beneficial to others.
3. You cannot ask coding questions on this thread.
4. You cannot post anything I deem off topic.
5. You cannot PM me. If it is not important enough to discuss in a public forum, it is not important enough for me to respond.


The dashboard can be installed on any pair's chart for any timeframe. The chart's TF can be overridden in the settings. Once installed it should look something like the image.
Attached Image (click to enlarge)
Click to Enlarge

Name: P2MADB.jpg
Size: 41 KB
Attached File(s)
File Type: ex4 Pips2MA_DB.ex4   18 KB | 4,976 downloads | Uploaded Dec 4, 2011 9:28pm
  • Post #2
  • Quote
  • Sep 26, 2011 7:35pm Sep 26, 2011 7:35pm
  •  Abinadi
  • | Joined Aug 2008 | Status: Be grateful for any and all profits | 102 Posts
Thank you for this CodeMeister.
Just put it on and will be watching to see how it acts on seven of your prefigured CurPairs and one added by me.
Looks so far like you thought of everything.
I appreciate your time and effort.
Rich
 
 
  • Post #3
  • Quote
  • Nov 10, 2011 11:54pm Nov 10, 2011 11:54pm
  •  Blaiserboy
  • | Joined May 2005 | Status: Member | 805 Posts
an enhancement may be to show the value(s) of the ma being used.
 
 
  • Post #4
  • Quote
  • Dec 2, 2011 6:31am Dec 2, 2011 6:31am
  •  Amao
  • | Joined Oct 2011 | Status: Learning and smiling | 78 Posts
Quoting CodeMeister
Disliked
This is a new indicator very similar to the Pips2MA alert indicator that I put together a year ago (see link). This is a dashboard version to monitor multiple pairs.
http://www.forexfactory.com/showthre...60#post4986060

The inputs are:
AlertPips - the distance in pips from the MA at which to alert. One alert is sent per bar.
AlertBarsSkip - the number of bars to skip before sending another alert.
MAperiods=10; // MAperiods - the number of periods to be used by the MA calculation.
MAmethod="E"; // MAmethod - the...
Ignored
Hi CodeMeister,

Many thanks for your indicator. This dashboard can help me not to glue to the monitor.
Howover, I'm a bit confused with the options.
If I want to use Linear Weighted as the MAmethod, which one should I choose? ('S', 'W', 'E', 'M')?
Also for the MAapply, I want to use Weighted Close, which one should I choose? ('M', 'T', 'O', 'C', 'H', 'L')?
Thanks in advance....
 
 
  • Post #5
  • Quote
  • Dec 2, 2011 7:06am Dec 2, 2011 7:06am
  •  iwjw
  • | Joined Mar 2011 | Status: Member | 464 Posts
Hi CodeMeister,
thanks for the indi.
Question: Would it be possible to define an interface so that adapted external indicators could feed the dashboard with data?
I'm thinking of displaying pips away from next support/resistance for example.
The external indicator could either hand over the actual supp/res or the actual distance(s)
Been to lazy to code it myself so far because of the dashboard functionality
 
 
  • Post #6
  • Quote
  • Dec 2, 2011 1:09pm Dec 2, 2011 1:09pm
  •  CodeMeister
  • Joined Sep 2009 | Status: Making Code While Making Pips | 1,672 Posts
Quoting Amao
Disliked
Hi CodeMeister,

If I want to use Linear Weighted as the MAmethod, which one should I choose? ('S', 'W', 'E', 'M')?
Also for the MAapply, I want to use Weighted Close, which one should I choose? ('M', 'T', 'O', 'C', 'H', 'L')?
Thanks in advance....
Ignored
W = Linear Weighted

I neglected to include a Weighted Close option - I will try to get it done this weekend.
 
 
  • Post #7
  • Quote
  • Dec 2, 2011 1:14pm Dec 2, 2011 1:14pm
  •  CodeMeister
  • Joined Sep 2009 | Status: Making Code While Making Pips | 1,672 Posts
Quoting iwjw
Disliked
Hi CodeMeister,
thanks for the indi.
Question: Would it be possible to define an interface so that adapted external indicators could feed the dashboard with data?
I'm thinking of displaying pips away from next support/resistance for example.
The external indicator could either hand over the actual supp/res or the actual distance(s)
Been to lazy to code it myself so far because of the dashboard functionality
Ignored
This is Hayseed's answer to your suggestion. I have never explored it myself, but I believe it requires some coding skills.

http://www.forexfactory.com/showthre...ighlight=grits
 
 
  • Post #8
  • Quote
  • Dec 2, 2011 7:24pm Dec 2, 2011 7:24pm
  •  Amao
  • | Joined Oct 2011 | Status: Learning and smiling | 78 Posts
Quoting CodeMeister
Disliked
W = Linear Weighted

I neglected to include a Weighted Close option - I will try to get it done this weekend.
Ignored
Thanks for your fast response. Look forward to having the Weighted close option....
 
 
  • Post #9
  • Quote
  • Dec 4, 2011 9:31pm Dec 4, 2011 9:31pm
  •  CodeMeister
  • Joined Sep 2009 | Status: Making Code While Making Pips | 1,672 Posts
Quoting CodeMeister
Disliked
W = Linear Weighted

I neglected to include a Weighted Close option - I will try to get it done this weekend.
Ignored
New version in post #1. W = Weighted Close
 
 
  • Post #10
  • Quote
  • Dec 4, 2011 10:02pm Dec 4, 2011 10:02pm
  •  Amao
  • | Joined Oct 2011 | Status: Learning and smiling | 78 Posts
Quoting CodeMeister
Disliked
New version in post #1. W = Weighted Close
Ignored
CodeMeister, many thanks for your kind attention and help.....
 
 
  • Post #11
  • Quote
  • Dec 28, 2011 5:52am Dec 28, 2011 5:52am
  •  wadib
  • | Joined Mar 2011 | Status: Member | 18 Posts
Hello, thanks for you effort,
I'm using "Hector Price action", "Trend Analyser" it give us a perfect trend on multiple TF dashboard. Is it possible, if the your "Pips to MA" alert triggers only upon "Trend Analyser" On/Off signal and for specific pairs.
If interested I can send you the "Trend Analyser"
Thank you.
 
 
  • Post #12
  • Quote
  • Jun 16, 2012 4:41am Jun 16, 2012 4:41am
  •  trexy123
  • | Joined Feb 2012 | Status: Member | 470 Posts
Hi CodeMeister,

i loaded the dashboard but only EURUSD has an indicator, the rest of the currencies are all blank.

any help?
 
 
  • Post #13
  • Quote
  • Jun 16, 2012 6:59am Jun 16, 2012 6:59am
  •  CodeMeister
  • Joined Sep 2009 | Status: Making Code While Making Pips | 1,672 Posts
Its been a long time since I worked on this one. I don't remember having a problem like that, but I am wondering if you are loading it onto a chart while the market is closed. I seem to recall that it didn't work until ticks started arriving.

What I suggest is to delete it from your chart, wait until the markets open again and then attach it again. Don't change any default settings until it is working. The defaults work fine to the best of my recollection, although they may give the results you want.
 
 
  • Post #14
  • Quote
  • Jun 16, 2012 7:05am Jun 16, 2012 7:05am
  •  trexy123
  • | Joined Feb 2012 | Status: Member | 470 Posts
Got it. Could you add bollinger bands to dashboard as well?
 
 
  • Post #15
  • Quote
  • Jun 16, 2012 7:28am Jun 16, 2012 7:28am
  •  CodeMeister
  • Joined Sep 2009 | Status: Making Code While Making Pips | 1,672 Posts
I like to keep my code simple and not have a lot of options.
 
 
  • Post #16
  • Quote
  • Jul 12, 2012 11:43pm Jul 12, 2012 11:43pm
  •  tradersda
  • | Joined Jun 2011 | Status: Member | 4 Posts
Quoting CodeMeister
Disliked
I like to keep my code simple and not have a lot of options.
Ignored
CodeMeister can you make it EA base on this indicator ... plz hehehhe
 
 
  • Post #17
  • Quote
  • Jul 23, 2012 2:28pm Jul 23, 2012 2:28pm
  •  BlackStack
  • | Joined Jan 2010 | Status: Member | 317 Posts
Could this dashboard be made to have all timeframes showing at the same time?

If it could be put in the chart area, then could also have mulitple moving averages on one chart as well.

Thanks
 
 
  • Post #18
  • Quote
  • Oct 19, 2012 5:58am Oct 19, 2012 5:58am
  •  xena08
  • | Joined Oct 2012 | Status: Member | 34 Posts
Thx for the dash.

Few requests:
1. How could I add the gold? When I write `GOLD_f` in OTHER CURRENCY the DB becomes blank.
2. I want to add more pairs. How could I do it? See pic.
3. I want to add more products like gold and some indexes that are not pairs.
Attached Image
 
 
  • Post #19
  • Quote
  • Edited 11:58am Oct 19, 2012 6:11am | Edited 11:58am
  •  CodeMeister
  • Joined Sep 2009 | Status: Making Code While Making Pips | 1,672 Posts
Is in post #1. Be sure to fill in the CurrencySuffix field.
 
 
  • Post #20
  • Quote
  • Oct 23, 2012 5:07am Oct 23, 2012 5:07am
  •  khanderoo
  • | Joined Sep 2007 | Status: Bored Trader | 201 Posts
Thanks for the indicator, Can you input a code that it plays a sound for example a MP3 file when price is x pips near the MA?

Regards
Manage probability while following the TREND.
 
 
  • Platform Tech
  • /
  • Pips To MA Alert - Dashboard
  • Reply to Thread
    • Page 1 23 4
    • Page 1 23 4
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023