Make It No Repaint Please! - page 20

 
Jaquanburton:
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.

Thankss

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 confusion

 
Jaquanburton:
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 confusion

Change 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 ..

Files:
w.mq4  5 kb
f.mq4  4 kb
 
yayaria:
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.

Files:
w_2.mq4  5 kb
 
yayaria:
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!

 
Jaquanburton:
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

 
mladen:
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?

 
Jaquanburton:
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

Reason: