Calculating Lot Size
-
Does anyone know a simple way to adjust lot size? I would like to make it so that every $250 in the balance the lot size increases by 0.01.
Would appreciate any help
-
@someemokez try putting this code snippet in the lot size field:
0.01*(1+MathFloor(AccountBalance()/250))
-
Thanks that's really useful
-
@roar Very interesting. Thank you.