Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Are you sure about this as I thoroughly tested it to do exactly what you asked for ...
Placing a 5 EMA on the chart and setting same in the indicator properties then running the indicator you'll see that the alert will sound when the Gann has crossed. I can't see the 10 pip difference you mention.
Maybe it's when it crosses the 0 on mine... when you set the Gann I have and the one you have they don’t line up with each other. It’s close but the difference between the two decides whether or not you reach your pips.
Here is a screen shot of what the two lines look like on my chart... I may not be setting it right because the wording is different between the 2 indicators
I see the difference now. The version you posted was an ex4 file which is compiled and can not be altered. Banzai posted the source code for Gann ActivatorV2 from which I was able to add the MA cross code and signal logic.
I can see from the Banzai source code that the Gann Activatorv2 uses a fixed SMA mode in it's calculations. If the compiled version that you posted is different in some respect then that could be the explanation.
To test this I have added another user input which allows you to set the MA mode used by the Gann Activator:-
MODE_SMA 0 Simple moving average,
MODE_EMA 1 Exponential moving average,
MODE_SMMA 2 Smoothed moving average,
MODE_LWMA 3 Linear weighted moving average.
4 modes altogether 0 - 3. It's default is SMA which is 0.
...
I can see from the Banzai source code that the Gann Activatorv2 uses a fixed SMA mode in it's calculations. If the compiled version that you posted is different in some respect then that could be the explanation.
...
Thanks for posting, just what i'm looking for.
I love Forex-TSD!!
__________________
Click! Free $100 monthly (Trade 10 lots needed). Click! Free welcome bonus up to $5000 Click! Download premium forex indicators for free!
I like your indicator but -when you have a popup alert it does not tell you what chart it is from. something like alert on euro/usd 15m
thank you for your indicator
Quote:
Originally Posted by Sadly
I see the difference now. The version you posted was an ex4 file which is compiled and can not be altered. Banzai posted the source code for Gann ActivatorV2 from which I was able to add the MA cross code and signal logic.
I can see from the Banzai source code that the Gann Activatorv2 uses a fixed SMA mode in it's calculations. If the compiled version that you posted is different in some respect then that could be the explanation.
To test this I have added another user input which allows you to set the MA mode used by the Gann Activator:-
MODE_SMA 0 Simple moving average,
MODE_EMA 1 Exponential moving average,
MODE_SMMA 2 Smoothed moving average,
MODE_LWMA 3 Linear weighted moving average.
4 modes altogether 0 - 3. It's default is SMA which is 0.