problem with increasing position
-
Hi, I need help increasing my position.
I want the robot to quadruple the next position if it loses a position. When the next order also ends with reaching the stop loss, the robot is to increase the next one again by four times. So for example:- the first position is opened with a value of 0.01 lot and ends with a stop loss
- the second position is opened with a value of 0.04, and this also ends with a stop loss being reached
-the third position is opened with a value of 0.16 lots, etc
if the position reaches take profit, the value returns to 0.01 lot
I've probably tried everything. Operations on variables (example photo), sequencing of positions, but it doesn't help. The multiplier value of 4 gets the most. What solutions do you have?
-
You should be able to view the volume size of the last closed trade. Determine volume and if it was a win or loss. If loss set new volume variable with 4X the last trades volume. If winner, set volume to .1.
-

-
use buy sell block with martingale with mulitiplcation 4 for mt4. mt5 u should make it manually with variable and manual mutlipication