Help! How can I turn off trading for this simple EA
-
When cond1 and cond2 are both set to false I don't want any trades to happen. I'm sure it's simple but I may be missing something here. What happens is that although both conditions are turned off I'm still getting trades. I don't want any trades happening when both conditions are set to false. Please see
-
connect all the blocks in line from orange to white
-
@jzfusion You might use a OR block behind both conditions and connect that to the BUY block