Forum

Problem with iCustom called "FXA0 - RSI Crossing 50 plus ATR ver1[1].2" indicator.

Hi!! Any one please help me to find this problem; when i use iCustom to call "FXA0 - RSI Crossing 50 plus ATR ver1[1].2" indicator only 0 value return to me at all time. double RSI = 1 ; RSI = iCustom ( NULL , PERIOD_H1 , " FXA0 - RSI Crossing 50 plus ATR ver1[1].2 " , 0.15 , 21 , 21 , 2 , 0 ) ;

Need help with iCustom

Can anybody please help with iCustom to call an indicator. Anything wrong in my code? I allway get a value o. this is my code using to call indicator double RSI ; RSI = iCustom ( NULL , PERIOD_H1 , " FXA0 - RSI Crossing 50 plus ATR ver1[1].2 " , 0.15 , 21 , 21 , 2 , 1 ) ; Comment ( " RSI : " , RSI )

determine direction of "AMA & AMA sig" indicator with the icustom command

I'm trying to determine direction of "AMA & AMA sig" indicator with the icustom command. This is what i have so far: extern int periodAMA = 5; extern int nfast = 2; extern int nslow = 30; AmaSig = iCustom (NULL, 0, "AMA & AMA sig", periodAMA, nslow, nfast, PRICE_CLOSE, MODE_SIGNAL, 0); Comment("

Need help on how to call an indicator

Hi, Any one please show me how to call a custom indicator form an expert. I try to write an expert that call a trigger indicator (post in this website), however it does not work. i make a function and coppy than pase trigger indicator code in there so i can called this function from my expert but it