Close a basket of trade at benefit.
-
Hello, I'm considering subscribing to FX Dreema.
But I'd like to know if this tool will allow me to create an Expert Advisor (EA) capable of closing a basket of trade with the same comment at a given profit (TP).
This EA should also be able to close the same basket of trades at a certain loss level (SL).
Thanks you for your help. -
Is this bot supposed to close trades that were open by other non fxDreema bots?
-
Hello L'andorra !
Thanks for answer.
Some trades are opened manually, and others with expert advisors.They each have a specific comment.
For example: I manually opened an EURUSD Buy, an AUDCAD Buy, and a USDJPY Sell, to which I assigned the comment JD 123.
I want the EA to close only these three trades (This basket) at a profit of €30 or a loss of -€15.And ideally, the ability to assign a trailing stop to these 3 trades.
Thank you. -
I don't think you can add to the comment section. But adding stops is quite easy, conditions are a created bool constant, stop loss and take profit are created double constants, the price level loops are to stop already set SL&TP moving on restart.

-
Hello Jstap !
Thanks for answer.
I will study the issue.