ShowTime





//+----------------------------------------------------------+
//| expert initialization function |
//+----------------------------------------------------------+
extern double GMTShift=0;

int init()
{
  //----
  double RunningTime = TimeCurrent();
  double Different = 0;

  while (true)
  {
     Comment("Last Server Time     : ",TimeToStr(TimeCurrent(),TIME_SECONDS),
           "\nSimulated ServerTime : ",TimeToStr(TimeLocal()-17876,TIME_SECONDS),
           "\nLocal Time : ",TimeToStr(TimeLocal(),TIME_SECONDS), 
           "\nSeconds Difference : ", TimeLocal()-TimeCurrent()
             );
     //RunningTime++;
     Sleep(100);
  }
//----
return(0);
}





Sample





Analysis



Market Information Used:



Indicator Curves created:


Indicators Used:



Custom Indicators Used:

Order Management characteristics:

Other Features: