a=iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i)-iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i);
a1=(iCCI(NULL,0,CCI_per,PRICE_TYPICAL,[COLOR=Red][B]i-1[/B][/COLOR])-iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i+1));
a2=(iCCI(NULL,0,CCI_per,PRICE_TYPICAL,[COLOR=Red][B]i-2[/B][/COLOR])-iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i+2));
a3=(iCCI(NULL,0,CCI_per,PRICE_TYPICAL,[COLOR=Red][B]i-3[/B][/COLOR])-iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i+3));
a4=(iCCI(NULL,0,CCI_per,PRICE_TYPICAL,[COLOR=Red][B]i-4[/B][/COLOR])-iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i+4));
a5=(iCCI(NULL,0,CCI_per,PRICE_TYPICAL,[B][COLOR=Red]i-5[/COLOR][/B])-iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i+5));
a6=(iCCI(NULL,0,CCI_per,PRICE_TYPICAL,[B][COLOR=Red]i-6[/COLOR][/B])-iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i+6));
a7=(iCCI(NULL,0,CCI_per,PRICE_TYPICAL,[B][COLOR=Red]i-7[/COLOR][/B])-iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i+7));
a8=(iCCI(NULL,0,CCI_per,PRICE_TYPICAL,[COLOR=Red][B]i-8[/B][/COLOR])-iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i+8));
b=iRSI(NULL,0,RSI_per,PRICE_TYPICAL,i)-iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i);
b1=(iRSI(NULL,0,RSI_per,PRICE_TYPICAL,[B][COLOR=Red]i-1[/COLOR][/B])-iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i+1));
b2=(iRSI(NULL,0,RSI_per,PRICE_TYPICAL,[COLOR=Red][B]i-2[/B][/COLOR])-iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i+2));
b3=(iRSI(NULL,0,RSI_per,PRICE_TYPICAL,[COLOR=Red][B]i-3[/B][/COLOR])-iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i+3));
b4=(iRSI(NULL,0,RSI_per,PRICE_TYPICAL,[COLOR=Red][B]i-4[/B][/COLOR])-iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i+4));
b5=(iRSI(NULL,0,RSI_per,PRICE_TYPICAL,[COLOR=Red][B]i-5[/B][/COLOR])-iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i+5));
b6=(iRSI(NULL,0,RSI_per,PRICE_TYPICAL,[COLOR=Red][B]i-6[/B][/COLOR])-iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i+6));
b7=(iRSI(NULL,0,RSI_per,PRICE_TYPICAL,[B][COLOR=Red]i-7[/COLOR][/B])-iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i+7));
b8=(iRSI(NULL,0,RSI_per,PRICE_TYPICAL,[COLOR=Red][B]i-8[/B][/COLOR])-iCCI(NULL,0,CCI_per,PRICE_TYPICAL,i+8));