How to write a strategy builder condition to reflect a "not operation"?
-
For eg, we can write 1 and 2 and 3
What if I want to check that condition 3 doesn't occur, then I want to write something like: 1 and 2 and (not 3), but this doesn't work.
Kindly guide how to do this? -
@Harjjap S Saini 1 and 2 and not(3)
not can be only used in RZONE, not in Tradepoint Desktop