Libraries: MQL5 Wizard - GANN HiLo Signal

 

MQL5 Wizard - GANN HiLo Signal:

Signal based on the indicator Gann Hilo.

Author: Genes Luna

 
Automated-Trading:

MQL5 Wizard - GANN HiLo Signal:

Author: Genes Luna

Thanks!!!
 

This should be a good indicator, when I execute the Indicator's code, I get the following error:


'indicator_type1' - invalid property value, on the following code line:  #property indicator_type1  DRAW_COLOR_LINE


'iMA' - wrong parameters count, on the following code line:  ma_high_handle=iMA(NULL,0,period,0,InpMethod,PRICE_HIGH);

'iMA' - wrong parameters count, on the following code line:  ma_low_handle =iMA(NULL,0,period,0,InpMethod,PRICE_LOW); 

 'CopyBuffer' - function not defined, on the following code line:  if(CopyBuffer(ma_high_handle,0,0,limit+1,MaHighBuffer)!=limit+1)return(0);

 'CopyBuffer' - function not defined, on the following code line:  if(CopyBuffer(ma_low_handle,0,0,limit+1,MaLowBuffer)!=limit+1)return(0); 

 

 Can any one help me fix the above errors. Thanks in advance.

Reason: