SIMPLE LOGIC PROBLEM
-
good afternoon guys, I have been developing a strategy for my robot, and I realized that I have something wrong in my code, what I want is to create trade cycles using hedging, when each cycle/set of trades opens the last trade , for a new cycle of trades, that is, imagining that each set of trades only opens 3 orders, the robot opens groups of 3 trades one at a time, when each group reaches a certain amount of profit, it closes the trades of that group leaving the other open groups, but with the condition that opening all the orders of group 1 opens the first order of group 2, and if group 2 no longer exists, I should open the first order of group 2 again, someone could help me with this question please?!
will I have to eliminate the once per trade condition?
0_1656695325925_b902a514-9816-4e8a-952c-767ea259a55b-image.png -
@alexandre_diogo Can you please share the link to your project instead? That would be easier to reviwe each block's settings.