
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi All,
I have issue when try to get the values from DEMA_RSI indicator. Iknow Tha I have to use iCustor() function but I actually miss something. I use this code:
DEMA_RSI[1] = iCustom(NULL,PERIOD_H1,"DEMA_RSI",30,30,4,0,70,30,false,4000,0,1);
DEMA_RSI[2] = iCustom(NULL,PERIOD_H1,"DEMA_RSI",30,30,4,0,70,30,false,4000,1,1);
and receive only 0 for DEMA_RSI[1] and DEMA_RSI[2] .
In the attached screenshot the values for DEMA_RSI and Value 2 are 39.79106 . I need to get that values.
Could you please help .
Thank you.