Zoltan Paulini: Please, what are the TradeTimeFlags? Where are the constant enumerated? I found no further information on documentation here.
https://www.mql5.com/en/docs/standardlibrary/tradeclasses/csymbolinfo/csymbolinfotradetimeflags
SYMBOL_EXPIRATION_MODE | Flags of allowed order expiration modes | int |
Identifier
Value
Description
SYMBOL_EXPIRATION_GTC
1
The order is valid during the unlimited time period, until it is explicitly canceled
SYMBOL_EXPIRATION_DAY
2
The order is valid till the end of the day
SYMBOL_EXPIRATION_SPECIFIED
4
The expiration time is specified in the order
SYMBOL_EXPIRATION_SPECIFIED_DAY
8
The expiration date is specified in the order
Also read the following: MQL5 Book: Trading automation / Financial instruments and Market Watch / Pending order expiration rules
Documentation on MQL5: Constants, Enumerations and Structures / Environment State / Symbol Properties
- www.mql5.com
To obtain the current market information there are several functions: SymbolInfoInteger() , SymbolInfoDouble() and SymbolInfoString() . The first...
Your topic has been moved to the section: Expert Advisors and Automated Trading
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
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
Please, what are the TradeTimeFlags? Where are the constant enumerated? I found no further information on documentation here.
https://www.mql5.com/en/docs/standardlibrary/tradeclasses/csymbolinfo/csymbolinfotradetimeflags