Just divide the price by Point .. or by MarketInfo(Symbol(),Point)
Correction: Divide by "Point" or "MarketInfo(Symbol(), MODE_POINT)"
.
Using Point inside the MarketInfo() function would return random values and create countless bugs.
.
Jon
thanks folks ; )
yeah, right
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
Hi all,
I am coding an indicator and want to use prices without point, for example instead of "1.64800" i want "164800".
Please provide solution for different pairs with different digits modes.
You helps is appreciated