Make It No Repaint Please! - page 60

 
Mapseam:
Mr. Mladen, is it possible to create with digital filters indicator which is a complete analog of EMA shifted by -1 ?

Every moving average is also a digital filter too

Let me explain:

Lets talk about SMA - it is a digital filter in which all the elements are multiplied by 1/period.

Or LWMA : elements are multiplied by period, period-1, ... , 1.

So, EMA is also a sort of digital filter since each new element is multiplied by a value that can be traced back

 

You're right. But under the digital filters I meant something else...

With

int upShift = iBarShift(NULL, upPeriod, Time, false);

[/CODE]

"my" indicator isn't lagging, but repainting.

With

[CODE]

int upShift = iBarShift(NULL, upPeriod, Time, false)+ 1;

- conversely: isn't repainting, but lagging.

In Your opinion, this is an acceptable solution to the problem?

 
Mapseam:
You're right. But under the digital filters I meant something else...

With

int upShift = iBarShift(NULL, upPeriod, Time, false);

[/CODE]

"my" indicator isn't lagging, but repainting.

With

[CODE]

int upShift = iBarShift(NULL, upPeriod, Time, false)+ 1;

- conversely: isn't repainting, but lagging.

In Your opinion, this is an acceptable solution to the problem?

It is a normal way how you have to address multi time frame data. That is a correct way to do that if you are working with multi time frame

 

This one sometimes repaints on color change adxm.mq4

Can it be fixed?

Files:
adxm.gif  22 kb
adxm.mq4  3 kb
 
tampa:
This one sometimes repaints on color change adxm.mq4 Can it be fixed?

It needs some rewriting, but I guess it can be done

Will be checked tomorrow

 
tampa:
This one sometimes repaints on color change adxm.mq4 Can it be fixed?

Non-repainting version posted here : https://www.mql5.com/en/forum/173404/page10

Files:
adxm_1.gif  69 kb
 
mladen:
Non-repainting version posted here : https://www.mql5.com/en/forum/173404/page10

Thanks

 
mladen:
Non-repainting version posted here : https://www.mql5.com/en/forum/173404/page10

Good one. Thanks

 
FileasGenon:
My friends, please can you make it a no repaint indicator when arrows signal? Thanks a lot

If it repaints, why do you think it will be good when fixed?

 
morro:
If it repaints, why do you think it will be good when fixed?

When it fixed...it will filter all the repainting bad signals and leave only the good ones, that will point the exact reversals of the market and will show for how long Market will go in the direction of the signal...isn't it the case?.....I HOPE.....................