One of you guys made a video on how to print indicator values when its giving you wrong values, however I cant find the thread.
I think everyone knows how to print but most dont know how to fix an indicator giving wrong values.
One of the guys entry reasons was:
Condition:
Swing(Stochastics(Close,7,14,3).D,5).SwingHigh[0] != SwingHighValue;
SwingHighValue = Swing(Stochastics(Close,7,14,3).D,5).SwingHigh[0];
So I was wondering why it gives wrong values? Why does it enter at the wrong points? thanks

Comment