withdraw one third of the profit each month (backtest)
-
https://fxdreema.com/shared/ASh1W0fDb
is this way optimized and working fine ? . or any suggestions -
Never used this, looks like it should work though, do you want to check the amount to withdraw is a positive number first?
-
@jstap
OK . I don't have a sub right now . But I'll test it out and let you know
about the positive value , you're right . I added a condition that checks that
https://fxdreema.com/shared/rgewByRZd -
Ok, but you divide pnl by3, so do you not want to check the withdraw amount?
-
@jstap
well no . I actually want to backtest it in previous years month by month and write realized profits for each month . after calculating the average profit per month , I'd say withdraw 1/3 of that money each month regardless of profit or loss for that month .but what you said is kind of makes sense . I'll probably set a limit condition before the division operation so like it doesnt do the withdrawal for 10 bucks