problem with iCustom settings

 

Hi all, I'm trying to recall the attached indicator with the followng expert, but it doesn't work.

Probably parameters settings are not correct. Could you check please?

double Open_Line[] ;

int Open_handle ;
 
int Bars=Bars(Symbol(),PERIOD_CURRENT);   

void OnInit() 
  {
  ArraySetAsSeries(Open_Line,true); 
  Open_handle = iCustom(_Symbol, _Period,"\\Indicators\\Market\\Monthly Weekly Open Lines.ex5",100,true,"00:00",Red,false,Red) ;
  }

void OnTick() 
  {
  CopyBuffer(Open_handle,0,0,Bars,Open_Line);
  Print(Open_Line[2]) ; 
  }
 
As this seems to be a product from the market ("..Indicators\\Market\\..") you have to ask the seller of it how his product can be used. Such discussions are not allowed here. Each product has its own thread for such things.