Indicators: RSI_BANDS_MA

 

RSI_BANDS_MA:

Indicator based on the data of multiple RSI, Bollinger, MAverage. Beautifully displays the areas for buying and selling. Recoups 30-90 points, depending on the currency.

Author: Babon

 

Hello, i'm trying to use your custom indicator in EA, I try to do that with:


extern int       RSI_Per=4;

extern int       MA_Per=4;

extern int       Bands_Per=24;

extern int       SmoothType=0;


BB_Main=iCustom(Symbol(), 0, "alx_RSI_BANDS_MA_change", RSI_Per, MA_Per, Bands_Per, SmoothType, 4, 0);


But, it always return "0". Could you help me please?

Regards.

Reason: