money management
-
i need help for create a loop for money management
Description:
1:first position open 0.01 lot
2:if last closed trade win add volume for next 3 trade
3:if trade lose open next position at 0.01 lot
4:if 3 position go win next volume for position is 0.01 -
You should use two different variables. One for counting how many trades are closed per step and another one modifying the lot size accordingly. That will be far easier than using a loop.