Condition NOT BETWEEN
-
Hello,
for the screenshot below, how could I enter the following condition in fxdreema:
If Buffer#red is not BETWEEN Buffer#Black and Buffer#Blue, then take a trade.

Thanks!
-
Or alternatively it could be if Buffer#red is below buffer#black OR above buffer#blue.
I have not seen any condition that includes 'OR' or 'BETWEEN'...
-
@tns buffer #red < buffer #black and buffer #red > buffer #blue
-
@ambrogio Indeed you are right, I was confused trying to find how to include everything in one block but I did not think I could use two separate blocks. Thank you!
-
@tns you are welcome!