How to open reversal trade with lot size 6x last loosing trade
-
I have set up my EA to open a reversal trade when the last closed trade is a loss.
However I want the reversal trade to check the last closed looser and open a new trade with a lot size 6 times the last closed looser.presently I enter the lot value as a fixed volume, which is not ideal.
https://fxdreema.com/shared/iPVg6xzBd
Thanks for your help
-
@didymario7 You'd better try this on the 'on trade tab:
https://fxdreema.com/shared/hgwA83YFd
I created a variable to catch the original closed trade lot size and then use it into the new reversal trade (a sell in my example). You shouls duplicate this structure for buys.
BTW. Your trailing stop blocks are wrongly connected in their current position. You should use 1 of them and remove the other. Then connect that one into a separate block tree.
-
@l-andorrà yes i have the trailing stop all sorted. I will check out the links you provided. Thanks
-
@l-andorrà I did exactly as you described it in the link and it worked flawlessly.
Thanks
-
@didymario7 You're welcome.