Brian Lillard:
How is it possible to get the digits of the symbol from Order Select?
I have one method I don't know if I can trust
Hi,
So it's easy to get digit of the symbol by OrderSymbol() function to be spent to MarketInfo() function between OrderSelect() loop:
int digits=(int)MarketInfo(OrderSymbol(),MODE_DIGITS);

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
How is it possible to get the digits of the symbol from Order Select?
The order select will be selecting more than just the symbol.
I have one method I don't know if I can trust
The point is to use the order open price to find the digits.