how to create two conditions for 1 trade?
-
I'm having trouble creating 2 conditions for 1 trade, it seems simple enough but I just cant get it to work. It seems to check 1 condition and completely ignore the other one.
Basically I want the 1st condition to check my indicator once per bar and if that is successful (true) to pass to my 2nd condition and if that is also true then to buy now or sell now depending on the conditions I've set.
-
@billymane Easy, connect the first block with the first condition to the second block with the second condition. That way whatever youe want to happen will only happen whe BOTH block conditions are true.