Page 1 of 1

Multiple Trades (multiple TP/SL)

Posted: Wed Nov 08, 2023 1:19 pm
by nachob87
Hi gang, has somebody achieved to make it possible to execute many trades at the same time, but respecting the original TP and SL of each trade¿?
Been with this issue for a couple of weeks now and can´t get it solved !

Lets say our system first sends a buy signal ( entry1,takeProfits1,stopLoss1), then before trade 1 is closed we get a sell signal, ( entry2,takeProfits2,stopLoss2), and then the same with a third one ( entry3,takeProfits3,stopLoss3).

How would it be to make it work?
I´ve been playing with arrays but can´t get it done :S

cheers!
Nacho

Re: Multiple Trades (multiple TP/SL)

Posted: Thu Nov 09, 2023 5:21 am
by Steve Burman
If you've got a long trade and before it takes profit or stopped out the price reverts and you get a sell signal, why would you want to keep the original trade going and respecting the original take profit and stop loss levels?