Forum

ICCI mt5

Hi, how can I get the equivalent of double CCI_Typical_Curr5=iCCI(_Symbol,PERIOD_M5,9,PRICE_TYPICAL,0); double CCI_Typical_Prev5=iCCI(_Symbol,PERIOD_M5,9,PRICE_TYPICAL,1); for mt5? In mt5 I get handle instead ...I'm not able to extract the same integer numbers (obtained from mt4) from cci

stochastic oscillator

Hi, I'm trying to automate an alert on stochastic oscillator . I'd like to setup an alert every time the D and K line exit from the overbought and oversold area. example:k and d line go from 19 in t-1 to 21 in t0 , or k and d go from 85 in t-1 to 78 in to How I'd develop this? Waiting for your