Connect multiple blocks at once
-
I don't think this is possible, but, I figured I would ask anyway. Is it possible to highlight several blocks and connect them all to another block?
https://fxdreema.com/shared/TALTgr0sb
Could you connect all the conditions to the and block, or do you have to do them all individually?
-
@iagnew You have 2 ways, the AND but normally unnecessary, if you connect one to the next then the next to the next etc all in a line then every block has to pass, as soon as 1 is un true, the tree will stop passing.
-
I made a grid based EA with too many blocks I assume (1000+) and it wont make an .ex4 file. Since all the conditions are the same for each grid group, I suppose I can use just one set of indicators for every group. My question is can I highlight like 20 blocks and connect them to one other block. Or do I have to draw all the connections each time.
https://fxdreema.com/shared/A2tdYmbD
Is there any way to have connected all the conditions to the buy block in one action?
-
@iagnew no
-
@tipsywisdom thanks i figured that
-
people typically build loops when doing projects searching across many candles to avoid the monotony of repetitions
-
@iagnew , do you need all 7 conditions to pass before open a trade? Wow!
I'd do like this, connect all 7 condition blocks to a single AND block, then Once per bar, then Buy@Sell block.