nobody know it?
Documentation on MQL5: Language Basics / Object-Oriented Programming / Static Members of a Class
- www.mql5.com
Static Members of a Class - Object-Oriented Programming - Language Basics - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Short version:
Const variables can be initialized once and not be altered afterwards.
When declaring an object as const, only const members can be called.
Const member functions may not alter the object.
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
so ,somebody can geive a example what the dfiierent on constTest!