What are the TradeTimeFlags?

 

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

Documentation on MQL5: Standard Library / Trade Classes / CSymbolInfo / TradeTimeFlags
Documentation on MQL5: Standard Library / Trade Classes / CSymbolInfo / TradeTimeFlags
  • www.mql5.com
Gets the flags of allowed expiration modes. Return Value Flags of allowed expiration modes. Note The symbol should be selected by Name method...
 
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
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