Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Platinum Customer
Joined: 8/8/2007 Posts: 11
|
Is there a formula that incorporates the Stochastics/RSI together?
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Something like Stochastics RSI?
If so, then what are the settings?
If not, then how to you want to combine the indicators?
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Platinum Customer
Joined: 8/8/2007 Posts: 11
|
yes, 14,14,3
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following Indicator Formula.
100 * AVG((WRSI14 - MIN(WRSI14, 14)) / (MAX(WRSI14, 14) - MIN(WRSI14, 14)), 3)
Note that there is a built in Stochastics RSI indicator which does the same thing.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Platinum Customer
Joined: 8/8/2007 Posts: 11
|
ok, thanks
|
|
Platinum Customer
Joined: 8/8/2007 Posts: 11
|
Bruce; do you have a personal criteria formula for the stochastic/RSI that incorporates the exponential average type with the 14/14/3? thanks
|
|
Platinum Customer
Joined: 8/8/2007 Posts: 11
|
Bruce; do you have a personal criteria formula for the stochastic/RSI that incorporates the exponential average type with the 14/14/3? thanks
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Just change the AVG in the formula to an XAVG instead.
100 * XAVG((WRSI14 - MIN(WRSI14, 14)) / (MAX(WRSI14, 14) - MIN(WRSI14, 14)), 3)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Platinum Customer
Joined: 8/8/2007 Posts: 11
|
Thank you kindly again. Appreciate it
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |