Hi, I have written martingale in different modes, for example, when it enters a loss, the next trade should be opened with the same intervals with a coefficient of the first trade, and the other mode is added to the interval between transactions or the interval of transactions should be a coefficient.
I wrote buying and selling in the same way, buying works correctly and exactly what I want is done, but selling has problems and even when I am in profit, it opens many deals.
https://fxdreema.com/shared/6lZX4HVvd
Unsolved Difficulty in creating a custom martingale
-
Hi, I have written martingale in different modes, for example, when it enters a loss, the next trade should be opened with the same intervals with a coefficient of the first trade, and the other mode is added to the interval between transactions or the interval of transactions should be a coefficient.
I wrote buying and selling in the same way, buying works correctly and exactly what I want is done, but selling has problems and even when I am in profit, it opens many deals.
https://fxdreema.com/shared/6lZX4HVvd -
You need to change the block ID of all your blocks trees so that they are executed in the correct order. They are now executed in a disordered way that is causing that issue.