Elite indicators :) - page 1046
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
HiLow channel - Jurik smooth - mtf hist" indicator.
_____________________
I finally got around to test HiLow, i notice that it recalculates on the current bar, would you be able to suggest a similar indis that doesn t?
Thanks
I finally got around to test HiLow, i notice that it recalculates on the current bar, would you be able to suggest a similar indis that doesn t?
Thanksfabio.geraci
Every indicator that does not use open price must recalculate current bar when the price changes (otherwise it would be a repainter)
fabio.geraci
Every indicator that does not use open price must recalculate current bar when the price changes (otherwise it would be a repainter)thanks for the explanation
Mladen
Is there any chance you have the time to look over this indicator. I know it repaints but I can't seem to find the cause.
Thanks
Ray
Mladen
Is there any chance you have the time to look over this indicator. I know it repaints but I can't seem to find the cause.
Thanks
Ray
It repaints because of these lines :
SsMax = High;
SsMin = Low[Lowest(NULL,0,MODE_LOW,SSP,i-SSP+1)];
and these lines
ExtMapBuffer1=smax;
ExtMapBuffer2=smax;
Thar is super signal by the way
I finally got around to test HiLow, i notice that it recalculates on the current bar, would you be able to suggest a similar indis that doesn t?
ThanksIf you use open, than it will not happen, but then you are lagging 1 bar
Hi guys does anyone has a trendline alert for mt4 please, I can;t find it on the web. A touch trend line alert please!!!!!!
Hi guys does anyone has a trendline alert for mt4 please, I can;t find it on the web. A touch trend line alert please!!!!!!
Did you check this thread : https://www.mql5.com/en/forum/174472/page2
As a part of a work to make the non lag ma and recursive trend line usable in adaptive versions too, here is an updated averages that can calculate double smoothed averages too and avoids some problems with the non lag ma (in the double smoothed mode) : averages_-_mtf__alerts_6_8.ex4
talaate
What should the display type contain?Hi Mladen
Exactly like you did for "averages - mtf + alerts 6_7" as shown in the given photo