Hello,
does anyone have an idea how to get the calc mode back?
here its written, that the calc mode is a part of SymbolInfoInteger
https://www.mql5.com/en/docs/constant_indices
but i cant use
any idea?
amando
SymbolInfoInteger(_Symbol,SYMBOL_TRADE_CALC_MODE);
Is that so hard to read the documentation correctly ?
SYMBOL_TRADE_CALC_MODE | Contract price calculation mode |
Is that so hard to read the documentation correctly ?
SYMBOL_TRADE_CALC_MODE | Contract price calculation mode |
maybe this is about the quality of the documentation? even there are differences between the german and english documentation, and what its wirtten under this link, its not clear
maybe this is about the quality of the documentation? even there are differences between the german and english documentation, and what its wirtten under this link, its not clear
In my opinion, English documentation is pretty clear on that specific point. I don't know anything about German translation, you can propose a better one to Metaquotes if you want.
What is not clear for you ?

- www.mql5.com
ENUM_SYMBOL_CALC_MODE calc_mode = (ENUM_SYMBOL_CALC_MODE)SymbolInfoInteger(Symbol(), SYMBOL_TRADE_CALC_MODE);

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello,
does anyone have an idea how to get the calc mode back?
here its written, that the calc mode is a part of SymbolInfoInteger
https://www.mql5.com/en/docs/constant_indices
but i cant use
any idea?
amando