Please Ignore!

 

Idon't understand SRC; so, please forgive this Test to see if it works = iapologize for cluttering thisForum with my ignorance! --gary

//+------------------------------------------------------------------+
//|                                                      SRCtest.mq4 |
//|                                                            PlanB |
//|                                                                  |
//+------------------------------------------------------------------+
#property copyright "PlanB"
#property link      ""

//+------------------------------------------------------------------+
//| expert initialization function                                   |
//+------------------------------------------------------------------+
int init()
  {
//----
   
//----
   return(0);
  }
//+------------------------------------------------------------------+
//| expert deinitialization function                                 |
//+------------------------------------------------------------------+
int deinit()
  {
//----
   
//----
   return(0);
  }
//+------------------------------------------------------------------+
//| expert start function                                            |
//+------------------------------------------------------------------+
int start()
  {
//----
   
//----
   return(0);
  }
//+------------------------------------------------------------------+

-g

Reason: