how I add recover mode into my ea
-
hi everyone how can i add recovery of losses into this EA

-
What do you exactly mean by 'recovery of losses'?
-
Like when the EA has losses I want to recover this losses with no martingale because my ea open just 1 trade per day
-
just I want to increase the lot size to recover the losses and get back to initial lot size
-
You can use a variable to be modified in order to be used as lot size. Are you familiar with variables?
-
yes I know but I need the blocks to build the recovery mode bro
-
@ANS In order to modify SL, you can use this structure in the 'on trade' tab:

In my example, I selected buys hitting its SL, but you can modify it accordingly. I increased lot by 20% in my example. Then that variable must be used on the 'buy now' block.
-
I tested and doesn't work
-
@ANS Can you please share the link to the last version of your project?
-
-
sorry I replate you late
-
@ANS That link is not the correct one. You need to do this:

-
-
@ANS You didn't create the variable. You need to create it here:
