Daily profit and loss with image
-
Needing help how I can achieve in creating a standalone EA like the image or possibly put it on a strategy so it will be an all in one project
Will it be possible? If so can you guide me?

-
Those are the input parameters but what are the conditions triggering and closing trades?
-
Basically thats what I want as the condition to close trade based on equity profit of 20% or loss limit of 10% per day or per opening balance based on the time and date. In other words to suit prop firms
-
Then you do not need a full EA, just a bot to close all trades opened bu a different EA, right?
-
yes and no if possible built in to my created EA or bot by itself but I wanted it to be built via FXDreema. I seriously cannot code hence turned to FXDreema to do my own strategy also with an equity protector then i'm set
-
@Crispypata You can build an equity protector by using a general structure like this:
https://fxdreema.com/shared/LHZfs3gvb
In my example, the bot is blocked when some profit is hit today and will be switched on tomorrow. You can use it for a max daily loss too, of course.
-
Thanks I ill work with this see if I can alter to suit my needs. Anyway I have something basic which Ive done through ChatGPT hahaha which works. Nothing fancy but a simple 25% drawdown and close everything and do nothing
-
Good for you!