Detecting triple swap

 

Hello all,

Is there a simple way to insert the day of week into the SymbolInfoDouble to check if today is having triple swap?

   MqlDateTime time;
   TimeCurrent(time);

   Print(time.day_of_week);
   Print(SymbolInfoDouble(_Symbol, SYMBOL_SWAP_MONDAY));

Thank you

 
 

thank you. how blind am I...

Reason: