Recovery trade does not work
-
I isolated a part of 4 projects that doesn't work: lot increment doesn't work and also doesn't work "for each closed trade". Where am I going wrong?
Here's the link https://fxdreema.com/shared/B8T4xiHhc
@miro1360 @roar please can you take a look inside? Thanks
-
@ambrogio Your current logic is designed in a way that 'For each closed trade' you want to buy a new trade. Is that what you really want? What of you have 100 closed trades right now. Will the EA open 100 trades?
-
@l-andorrà Thank you for your intervention, yes it is so, I am forcing this thing because sometimes the EA opens the trade starting from 0.01 lot, even though there has been a losing trade, and this I can not understand, also the lot additional stops to 0.03, and do not continues with 0.05 0.07 0.09 , there is something wrong.
Meaning : first buy 0.01 hits the stop loss, after that I (according to logic) should have a buy 0.03 then stop loss, then 0.05 stop loss, 0.07 stop loss etc. but that doesn't happen
thank you for your time -
Any suggestion?
-
@ambrogio I would recommend to move blocks 8 and 9 to the 'on Trade' tab and then connect them below a 'Traded closed' block. That way the new lot value will not be modified in the 'on tick' loop but only when required by the trade being closed.
-
Astute. I'll try this. Thank you @l-andorrà !!
-
@ambrogio You're welcome.