You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Can you please share me an ea like that? I really need this.
I want to open trade when cross zero line.
And I want to exit trade when color changes. If I wait to cross zero line for exit it will be too late.
This is how colors changes in this indicator.
Above the zero line
If a bar is bigger than the previous bar it paints green
If a bar is smaller than the previous bar it pains red
Bellow the zero line
If a bar is smaller than the previous bar it paints green
If a bar is bigger than the previous bar it pains redOpen the mql4->experts folder and search for MACD sample. It works using the parameters you specified
fast ema - 12
slow ema - 26
signal sma - 9MACD sample ea comes with every metatrader installation
Open the mql4->experts folder and search for MACD sample. It works using the parameters you specified
fast ema - 12
slow ema - 26
signal sma - 9MACD sample ea comes with every metatrader installationI checked it. But I want to exit when color changes. I am searching internet for hours to find a similar ea.
Hi.
i wonder if there is possible to add an alert to tma slope normalized. ie. when it turns green and when it turns red.
Thanks alot for this indicator anyway
tmaslope.v1.5_normalized_nmc.mq4
Hi.
i wonder if there is possible to add an alert to tma slope normalized. ie. when it turns green and when it turns red.
Thanks alot for this indicator anyway
tmaslope.v1.5_normalized_nmc.mq4NWFstudent
TMA slope recalculates. Better not to use alerts n a recalculating indicator
NWFstudent TMA slope recalculates. Better not to use alerts n a recalculating indicator
Thanks for you reply mladen, I know TMA are recalulating. But if the bar are close will it still recalculate? how many bars does it recalculate?
thanks
Thanks for you reply mladen, I know TMA are recalulating. But if the bar are close will it still recalculate? how many bars does it recalculate? thanks
Centered TMA recalculates last eintPeriod in the case of TMA slope indicator
Centered TMA recalculates last eintPeriod in the case of TMA slope indicator
Thanks.
I´ll apperciate your work here at TSD
Hello.
Recently I've found great indicator tester However I am really missing there an option to set time when it's going to do backtest. For example 08:00 - 20:00 each day. Please could you add it there?
Thanks in advance!
indicator_tester.mq4Could someone do it for me please? I'd be very grateful!
Could someone do it for me please? I'd be very grateful!
neverbeast
At this post you have an example how you can use time filter for any code you want to use : https://www.mql5.com/en/forum/184052 . It is rather simple (to copy it and paste) so you can apply that filter any way you wish in the tester indicator.
PS: the problem you might find is that indicators will not skip the time filtered out. For that all the indicators should be completely rewritten in order to make them skip the prices that are outside the required filter (and since those are built in indicators, that is not possible)
Hi mladen....another cry for help.
I have tried to adapt the attached 3 Ducksindicator so that it will use the 'Advanced_ADX' indicator rather than an SMA in it's calculations. It seems to compile without a problem, but when placed on a chart, it does not agree with the attached 'Advanced_ADX' indicator.
I would be grateful if you would run your very capable eye over it for me, & fix what needs fixing!