Forum

Getting Values From Custom Indicator

This is my snippet, i want to know is there some thing wrong with my code or how do i get these values properly double kf1 = iCustom ( NULL , PERIOD_CURRENT , "xixi_tz_1_10" , 1000 , false , true , false , false , clrBlue , 5 , clrBlue , clrBlue , clrBlue , 10 , 15 , clrBlue , 0 , 0 ); double kf2 =

Getting values from a custom indicator

Im trying to get the values from this JFDS custom indicator but i only get an error "cannot load custom indicator 'JFDS' [4804]" . And what is exactly ERR_INDICATOR_CANNOT_APPLY 4804 The indicator cannot be applied to another indicator means? This is the code #property copyright "Copyright 2021

Getting MA value of RSIOMA line

Is there anyway to get value of MA line of RSIOMA, not the RSIOMA line