Login Page - Create Account

Support Board


Date/Time: Wed, 14 May 2025 11:40:59 +0000



Post From: dynamic RSI

[2016-04-18 12:11:50]
User970904 - Posts: 9
I would like these BB values in a custom study.


"In your custom study function you may need to work with the results of other studies/indicators, like a Moving Average or some other study. There are several methods to accomplish this."

"Use one of the Intermediate Study Calculation Functions like sc.SimpleMovAvg."

Is it possible to use the BB values (based on RSI input) using this method ?

The "FloatArrayIn" for the BB would then have to be the RSI array ?
How do i refer the RSI array as FloatArrayIn for BB ?

sc.RSI(sc.BaseDataIn[SC_LAST], sc.Subgraph[0], MOVAVGTYPE_SIMPLE, 14);
sc.BollingerBands(sc.Subgraph[0].Arrays[0][sc.Index], sc.Subgraph[1], 14, 1.8, MOVAVGTYPE_SIMPLE);

doesn't seem to work


thank you
Date Time Of Last Edit: 2016-04-18 12:35:31