Money management
-
Hello friends
I intend that when the current position is closed with profit, the volume of the next position will be twice the volume of the current position, and when the fifth position is closed with profit, the volume of the sixth position will be equal to the volume of the first position (reset).
And whenever the current position is closed with a loss, the volume of the next position will be equal to the volume of the first position.
Introduce me the relevant block or part, I will write the code.
Thank you in advance for your help.
Example:
Position01 (Lot size: 0.01) = (TP)
Position02 (Lot size: 0.02) = (TP)
Position03 (Lot size: 0.04) = (TP)
Position04 (Lot size: 0.08) = (TP
Position05 (Lot size: 0.16) = (TP)
Position06 (Lot size: 0.01) = (TP)
Position07 (Lot size: 0.02) = (TP)
Position08 (Lot size: 0.04) = (SL)
Position09 (Lot size: 0.01) = (SL)
Position10 (Lot size: 0.01) = (TP)
Position11 (Lot size: 0.02) = (TP) -
Hi, you can't find any block for your like Martingel calculated.
It is not complicated for a programmer -
@Xfire said in Money management:
Hi, you can't find any block for your like Martingel calculated.
It is not complicated for a programmerHi, thanks a lot, solved via martingale. I'm crazy, I don't know why I didn't understand