Experts: iCCI iRSI

 

iCCI iRSI:

A trading system based on two custom indicators: CCI Color Levels and RSI Custom Smoothing.

iCCI iRSI

Author: Vladimir Karputov

 

I think you have error.

//---
   double cci[],rsi[];
   ArraySetAsSeries(cci,true);
   ArraySetAsSeries(rsi,true);
   int start_pos=0,count=3;
   if(!iGetArray(handle_iCCI,2,start_pos,count,cci) ||
      !iGetArray(handle_iCCI,2,start_pos,count,rsi))     // this should be 
                                                         // !iGetArray(handle_iRSI,2,start_pos,count,rsi))

handle_iRSI, not  handle_iCCI

Regards Bernhard

 
Bernhard Schweigert :

I think you have error.

handle_iRSI , not  handle_iCCI

Regards Bernhard

Yes you are right. Thank you very much!

Update (version 1.001) is available in the Russian part ( https://www.mql5.com/ru/code/23404 ).

iCCI iRSI
iCCI iRSI
  • www.mql5.com
Торговая система по двум пользовательским индикаторам: CCI Color Levels и RSI Custom Smoothing.
Reason: