Just wonder if someone can help me in the following objective while I am trying to develop a strategy and see how it works.
In simple language this is what I am trying to achieve:
CONDITION:
if Difference of (Indicator A and Indicator B) lies within 0 to maximum 0.5
and if Difference of (Indicator B and Indicator C) lies within 0 to maximum 0.5
ACTION:
Do Something
EXAMPLE:
Indicator A = 137.54
Indicator B = 137.13
Indicator C = 137.08
TEST:
Indicator A - Indicator B = 0.41 (Between 0 and 0.5 so TRUE)
Indicator B - Indicator C = 0.05 (Between 0 and 0.5 so TRUE)
OUTCOME:
Action to be executed
Any help would be highly appreciated.
Thanks,
Yusuf SHAIKH

Comment