//+------------------------------------------------------------------+
//| expert start function                                            |
//+------------------------------------------------------------------+
int start()
{
   double Ind_1 = iCustom(NULL, 0, "CurrencyPowerMeter 2", 0, 0);
   double Ind_2 = iCustom(NULL, 0, "CurrencyPowerMeter 2", 1, 0);
   double Ind_3 = iCustom(NULL, 0, "CurrencyPowerMeter 2", 2, 0);
   double Ind_4 = iCustom(NULL, 0, "CurrencyPowerMeter 2", 3, 0);
   
   Comment(Ind_1,"\n",
           Ind_2,"\n",
           Ind_3,"\n",
           Ind_4);
   
   return(0);
}
//+------------------------------------------------------------------+
