need help in setting Only buy or only sell.
-
Can I set my Buy & Sell EA to ONLY Buy or ONLY Sell? how and which blocks to use for this.
-
can set it at mt4,when you add your ea,you can set it only buy or only sell.
-
You could create a enum drop down, you could use bool conditions, basically if true, do this. set up as many block as needed to cover all options.