money managment
-
hi , I want to do this about money management. If the previous trade was closed with profit, an amount will be added to the volume of the next trade. It should be added to the volume of the next trade. These steps continue up to 4 times, and after the fifth time, the volume of the trade will be reduced to the size of the first transaction.
-
This is effectively martingale, there are options for this in standard blocks. if that doesn't do what you want, add a shared link and say what you are trying to do.
-
@m-almasi You will need variables to do that. Are you familiar with variables?