如何判断市场已经关闭??

 

MQL4中,除了GetLastError()==132外,还有什么方法判断"Market is closed",如何操作?谢谢。

 

FYI 

bool  SymbolInfoSessionTrade( 
   string            name,                // symbol name 
   ENUM_DAY_OF_WEEK  day_of_week,         // day of the week 
   uint              session_index,       // session index 
   datetime&         from,                // session beginning time 
   datetime&         to                   // session end time 
   );
 
多谢!