Check distance is not properly working
-
Hi all,
Has anyone experienced that the check distance did not function well?
I tried this as below, but somehow it did not work.Just to make sure, this works as: upper level minus lower level >= checking distance?

any suggestions?
Thanks guys

-
Are you suer you are using the right constant type of Constant for timeframes? They ned to be of an ENUM type for the block to identify it correctly.
-
@l-andorrĂ yes, 100% sure regarding the timeframe.
-
@andrewfrank
May I guess, you always get a TRUE outcome? -
@sktsec what did you mean by true outcome?
the outcome was not correct, when I calculated manually between the upper and lower level. -
try change with bid or mid
-
@Byens ok. thanks, I just tried, but still not working properly.
so my short term solution, I changed this by using "condition" instead of "checking distance".Thanks everyone!