What could be the problem because it buy and sell sametime?
-
-
The problem is those 'OR' blocks. They are positioned in a way that ANY true condition on the buy side will open a buy whereas ANY condition on the sell side will open a sell. They don't need to be the same condition on both sides. Just any combination on any condition on both sides will do that. You need to reestructure your logic blocks.
-
@KHUMZA950 you have to specify "either buy or sell" inside the "no trade" blocks