How to set auto TP on my EA
-
Is it possible to set auto Take Profit on my Expert advisor using next signal generated? For example you convert custom arrow indicator into EA , which green arrows for buy and red for sell, after buy signal generated from green arrow , you want the EA to Take Profit automatically on the next sell or red arrow, how can I do that?
-
You need to import that indicator on your fxDreema account first. It is explained in the second half of this page:
https://fxdreema.com/documentation/builder/indicators
But before doing that you need to check if the indicator repaints, because if it does, the EA is doomed.
-
@l-andorrà My indicator is not repainting and I managed to create EA with it which is working properly without errors, but I want it to close all buy positions instantly when executing sell positions and vice versa.
-
@Katlego-Moraba Then you can do this:

Obviously you should select closing all buy trades below the 'sell now' block.
-
@l-andorrà Thank you very much
-
You're welcome.