calculate breakeven with multiple trades
-
hello if a trade runs into a loss, a new trade is opened, it works somehow then a breakeven from the average of the trades calculated and set let it work?

-
I'm afraid I don't fully understand you. Could you please give more info about what you need? Can you add an example to make it easier to understand?
-
ok, it starts a trade defined with sl and Trailing stop. Entry at 200. The trade runs into loss and at -100 pips another one starts with 2 times the position size at 100.
If the now in the loss runs, a tp should be set at the average value of the trades, so 150
if the trade immediately runs into profit, another trailing stop with smaller values should be applied to it. i don't know yet how i do that because the respective trailing stop is only used for the trade it is there for.
-
Certainly not a simple thing to do. How many trades are supposed to be open at the same time?
-
2 or 3 at the moment
-
0_1573550994312_1515969175968-miro1360_gravitybe_1.0.mq4
I tried to find the thread this was posted but couldn't. Thanks goes to Miro
. My advice is go through all posts and save/catalogue all training materials and projects as everything you can probably think of has been done. -
I agree with Hadees. Try to find any already existing soltution, work it out on a beta project and then share it here for us to take a look on it. We'll help you.