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
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?
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?
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
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
Non-repainting version posted here : https://www.mql5.com/en/forum/173404/page10
Thanks
Non-repainting version posted here : https://www.mql5.com/en/forum/173404/page10
Good one. Thanks
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?
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.....................