what is a good way to increment volume without losing all ??

 

I use a simple method for each trade I make... risk of 0.5% of the total account balance per trade

however it doesn't seem safe enough.... <refer to the spike in the attached report file>

is there a better way to manage volume so that it increments not so rapidly ??

thanks

 

if anyone intrested

got some better results with this : M = MathRound ( MathLog (AccountBalance()/(367.88/M+1) ) / MathLog (2.72) );

ordersend(....., M*0.01, ... ) ;

Reason: