[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: Rounding to nearest price fraction?



PureBytes Links

Trading Reference Links

RM> Var: increment(0.05)

RM> Round (40.23 * ( 1 / increment ), 0) * / ( 1 / increment );

Thanks!  This is just perfect!  I knew there was something
tremendously simpler than what I was trying to do...

Ivo Karindi