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
Ok thanks mladen but it's still not completely doing what I wanted
Basically I wanted the arrow to appear after all 3HL (or whatever number you set them to) bars close.
So even if price goes 50 pips against the direction of the formation on the 4th candle, it shouldn't matter because the formation already happened.
ThankssSorry if I was confusing in my last two posts
But basically if I have the number of bars set to 3, the arrow should appear at the OPEN of the 4th candle. And as you've stated before open price doesn't repaint.
Once again sorry for the confusion
Sorry if I was confusing in my last two posts
But basically if I have the number of bars set to 3, the arrow should appear at the OPEN of the 4th candle. And as you've stated before open price doesn't repaint.
Once again sorry for the confusionChange the
for(i=0; i<CountBars; i++)
to
for(i=3; i<CountBars; i++)
or whatever number of bars you wish to be left out at the beginning
These two indicators repaints, kindly make them non re painter ..
These two indicators repaints, kindly make them non re painter ..
Yayaria, indicator F looks like a decompiled solar wind type indicator, and w from what I can tell this version doesn't repaint, but please test it.
These two indicators repaints, kindly make them non re painter ..
f is solar wind
it will always repaint
mrtools and nbtrading are right : f is solar wind. Non-repainting, correctly coded indicator (Ehlers fisher transform) can be found here : https://www.mql5.com/en/forum/174980/page5
Can someone look at the attached indicator?
I THINK it repaints or either non-updating one of the two.
thanks!
Can someone look at the attached indicator?
I THINK it repaints or either non-updating one of the two.
thanks!Try it out now : consecutive_candle_range_1.mq4
PS: it is made to never update the current bar 9by the author). I left that as is. Cause for not updating was another
Try it out now : consecutive_candle_range_1.mq4 PS: it is made to never update the current bar 9by the author). I left that as is. Cause for not updating was another
Ok, thanks mladen.
But sometimes the arrows disappear randomly
Is this something else the author intended?
Ok, thanks mladen.
But sometimes the arrows disappear randomly
Is this something else the author intended?Arrows on the first closed bar can disappear since they depend on the current bar value (the still opened value). That is how the author wrote it