MultiCurrency Buy/Sell - "OR" block
-
Im making a MultiCurrency EA. I am just wonderig if I need to add "OR" block here or I can just directly connect it to "Buy" block.
- Setting 1 "OR" block

- Seting 2 "direct to buy"

Thank you.
-
Seems the same. The second is better.
-
@sktsec Considering you are duplicating so many blocks to do exactly the same on different symbols at teh same time, you can also create one only block tree with this block on top:

This block will make all blocks connected below it to work on those symbols.
-
@l-andorrà
Your suggestion is perfect. Or the logics will end up trading on the same symbol -
You're welcome.
-
Would it really trigger trading on the same symbol even if you have set a single current market block on top of the logic?
-
Why not create a EA that serves every pairs ? and set correctly the pip size. Great!
-
@pipsondeck If all involved symbols are correctly selected on the MT5 platform's Market watch, yes. It will.
-
@l-andorrà Just wanted to confirm, so I can still do "set market" block individually, yes? Like the one I did.
-
Correct. All blocks connected below it will do all the calculations on all the selected symbols selected in the block.
-
@l-andorrà Thank you!
-
You're welcome.