
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
So many EA system to try out.. Good post to look for more.. :) Is there any subscription with forum to subscribe post so that easy to get notify.
Found an interesting idea for super trend (in this file : https://www.mql5.com/en/forum/173574/page766 ) and decided to add it as an option to super trend (since the idea seems to be good).
The idea is to calculate middle price not using just one bar high and low but for a certain period of bars. It does not cause repainting, but changes the results enough to be considered as a good idea. If that period is set to 1 or less, then the calculation is exactly the same as the "old" super trend. Some experimenting with parameters is, as usually, advised
Some more changes to the "experiment" made (check the "gray lines")
hi,
is it possible to add averages in this experimental supertrend.
Mazy thanks,
Goran
Here is a super trend averages with teh addition of a choice :
The latest set of averages is added and some minor internal changes made
hi,
is it possible to get .mq4 of this supertrend averages 2.6 file.
Thanks,
Goran
hi,
is it possible to add averages in this experimental supertrend.
Mazy thanks,
Goran
Check this post : https://www.mql5.com/en/forum/186064/page45
hi,
thanks for reply. Can you attach .mq4 file
Many thanks,
Goran
hi,
thanks for reply. Can you attach .mq4 file
Many thanks,
Goran
Why? Isn't it working as is?
hi,
it works ok, but I want it to add to my ea.
Regards,
G
hi,
it works ok, but I want it to add to my ea.
Regards,
G
So? What stops you? You do not need mq4 file to use an indicator from the EA. In any EA all you need is an ex4 file (in fact any EA does not know to work with mq4 file). Regards
hi,
now I have added one of your indicator supertrend experiments 1.3 and I have defined this green part of line in my ea >
double su_trend_green1=iCustom(symbol,timeframe,"SuperTrend (experiment) 1.3",TimeFrame,period,multiplier,midPricePeriod,2,bar);
In same way I wanted to add also this supertrend averages but I wanted to know these external variables.
Regards,
Goran
hi,
now I have added one of your indicator supertrend experiments 1.3 and I have defined this green part of line in my ea >
double su_trend_green1=iCustom(symbol,timeframe,"SuperTrend (experiment) 1.3",TimeFrame,period,multiplier,midPricePeriod,2,bar);
In same way I wanted to add also this supertrend averages but I wanted to know these external variables.
Regards,
Goran