Calc to the power of? e.g 1.5^3 for expanding grids
-
Hi
Trying to make an expanding grid calculation, but i need to calculate to the power of (number of trades) and cannot figure out if its possible in fx dreema.
For example, expand grid by 1.3 each trade, so 5 trades. So grid 100 x (1.3^5) = 371
Thanks
-
I guess using a custom code would be the most efficient option. Sadly I'm not a programmer so I can't be of any help here.
-
@Ipod No worries thanks
-
@Ipod
MathPow(1.3, 5) -
@sktsec said in Calc to the power of? e.g 1.5^3 for expanding grids:
@Ipod
MathPow(1.3, 5)This can be used in fxdreema?
-
NVM think i found an example, thank you for that sktsec