Lot increase proportional to the balance.
-
Can anyone give me an example of how to create this calculation and conditions?
Example:
My balance has to be designed to increase the lot every 1500$Up to 3000$ or less then my lot should be 0.01
From 6000$ to 3000$ my lot must be 0.02
From 9000$ to 6000$ my lot must be 0.03
And so on, every 3000$ of difference. -
you could make a condition block sayin if balance is over x amount amd then another block saying if balance is less than x amount and then put the buy or sell. you could do this for several stages
-
@ontradingx You can create a loop for balance. But what if balance moves from 6500 to 5500 for example. Should the lot size be reduced again?
-
@l-andorrà Yes, the batch has to reduce.
When the balance amount increases, the lot increases.
When the balance amount decreases, the lot must decrease.
I call this a proportional-to-balance lot.
Could you give me an example with a project? -
@ontradingx fixed ratio by ryan jones should work for this. check it out here and see
-
@youngtreptrader
Hello friend, I managed to do it with the help of a formula.
Balance/Batch Ratio=Current Batch
So if I have a balance of 1000$ and I divide it by the proportion I want, for example, every 1000$ I will have a lot of 1.0Thanks for your help as your tip also works very well.