Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 13:29:14 +0000



Post From: ACSIL Interface Members - Functions

[2019-06-18 21:53:20]
User630795 - Posts: 86
I am trying to modify KnowxvilleDivergence study to find divergence using StochasticMomentumIndicator study instead of RSI.
It uses sc.RSI(....) function but according to your documentation, StochasticMomentumIndicator is not available for that.
First of all, can you confirm if that is true and also if there is another way. I am attaching part of the KnoxvilleDivergence study that calls RSI study to find divergence:


sc.RSI(sc.BaseDataIn[inp_rsi_input.GetInputDataIndex()], graph_rsi, inp_rsi_movavg.GetMovAvgType(), inp_rsi_length.GetInt());