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
Where I can find 5_34_5 indicator?
It was posted there https://www.mql5.com/en/forum/173652
Modified MACD_4 and MTF version are ready too.
StepMA
Hi Igorad.
Thanks for your great effort. Is it possible to make MTF stepma or it's alredy
exist somewhere?
Thanks
Appretiate some help
Hi Guys,
Great thread and keep up the good work.
I can't get this to convert. Can someone take a look at it?
Thanks
5 34 5 change past it is trick
This is a good MTF that unfortunately repaints past bars. Maybe someone could fix it.
Thanks
i,m not a coder!
but I,ve changed line according to Igorad
{instead of limit = Bars-counted_bars;
should be limit=Bars-counted_bars+TimeFrame/Period();}
and added a line (extern int TimeFrame=0;) then compiled it
and now i,ll test. May be I totaly wrong. We,ll see soon.
#MTF Triggerlines Bars using Igorad's code still repaints. It is changing the color of the last 6 bars of a 5 min chart now. I hear that this code is the reason.
for (int ii=0; ii<limit; ii++)
#MTF Triggerlines Bars using Igorad's code still repaints. It is changing the color of the last 6 bars of a 5 min chart now. I hear that this code is the reason. for (int ii=0; ii<limit; ii++)
Its all MTF inducators repaint because its in developing stage until close of the underlying bar happens.
AbsoluteStrength TimeFrame
As requested hope this does what you want.
absolutestrength_timeframe.mq4