Hi ,
I wonder how can get the value of stochstudy() for 15min and compare it to stochstudy for 30 min to flash my signal .
i.e. I want my EFS to alert when 15min stochastics is over 75 and 30 min stochastics also is over 75 .
p.s. i tried to use this to get 30min ( multiplying 2 bars of 15 min )
vStoch5_3.getValue(StochStudy.SLOW, -2, 2) .
any help or feed back ?
I wonder how can get the value of stochstudy() for 15min and compare it to stochstudy for 30 min to flash my signal .
i.e. I want my EFS to alert when 15min stochastics is over 75 and 30 min stochastics also is over 75 .
p.s. i tried to use this to get 30min ( multiplying 2 bars of 15 min )
vStoch5_3.getValue(StochStudy.SLOW, -2, 2) .
any help or feed back ?
Comment