Indicator buffer has different values
-
Hello
An indicator I am trying to use gives a buffer value different from the one it shows in the indicator window, any idea how to get the window value?
......
different.JPG
CoeffofLine.mq4 -
Are you sure that you have added this indicator to the chart with the same settings as those used in the EA?
-
100% sure, that's why I posted the indicator for you to test yourself.
-
If you watch how the indicator works (Visual Test), you will see that it modifies not only the last point, but also the last few points. I don't know if this is a bug or it's just how it works. fxDreema reads it's values correctly, but then the indicator changes his decisions.
-
Thanks, I have scoured the net for any word on this issue, turns out it is a bug, or more like a clever repainting indicator, I don't know why such are made, anyway I found a corrected version. Thanks for the help.