
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
make a point decimal from two integers?
ive got two integer variables
iMultiplier 100 or 10000
and
iRange 4
i was hoping to divide the iRange by the iMultiplier to get the decimal of the price to add
or subtract from a price but what was happening is 0 and not 0.04..
just try
Print(4/100); the answer is 0
oh yea and also try Print(NormalizeDouble(4/100,2));