Setting an EA to Execute Once When Profit Target is Reached and Reset the Next Day in FXDeema
-
How can I write a command in Fxdeema to make an EA only once when the profit target is reached and then reset for a new execution on the next day.
-
Do you mean stopping the bot today when profit is hit and retaking action the next session? Then this is the general structure:
-
Thank you. Could you provide more details about the specific issue you're facing with setting up or arranging the information?
https://fxdreema.com/shared/tQC8bVase -
@l-andorrà Thank you. Could you provide more details about the specific issue you're facing with setting up or arranging the information?
https://fxdreema.com/shared/tQC8bVase -
You need 2 separate structures as per my example. The first one is the first one to be executed every day and will turn off the heading block of the structure opening trades. Please notice the red line surrounding block 2 in my example. That is the key element of the structure. Then the third block tree is the one used to close all trees when profit is hit and blocking the launcher block tree. I don't see any launcher in your project.