Set EA to create multiple groups?
-
Anyone know how I can get the EA to make many groups from just a few blocks? Reason for this is because I want to treat each of the groups differently, The only solution I had was to make each group trade one by one..... Is there anyway to separate them besides comma? (because with comma, it treats all groups as one);

-
You would have to use a loop & pass block and a variable to add 1 to the variable every iteration, use the variable in the buy/sell block, and then reset when enough trades have been placed. Probably better to T off with multiple buy/sell blocks.
-
@jstap Anyway you cld show me a screenshot of how to do that??


-
What exactly? Create the project, then add a shared link to view.
-
-
You do not need the if and blocks on trade, you need 2psition closed blocks (so you could differentiate between buy/sell). Try saying 1 problem that isn't working for you.
-
@jstap I do need the if blocks.....notice how in that block the groups start from 2 not 1........
e.g...... if a group 1 trade closes and no position block senses no group 2, then it creates group 2 trades.......
I hope this makes sense because all am tryna say is I have many sell and buy trades in group 1, many sell and buy trades in group 2, etc -
Unlikely, and works on above the other. If works next to each other. I will use both these blocks, but normally for information not to place a trade.
-
@jstap I think I'll just hire a coder caz this is all complicated lol, thankx for the help anyway

