Support Board
Date/Time: Thu, 20 Mar 2025 20:28:57 +0000
Post From: Stochastic RSI same like in tradingview.com
[2021-01-10 17:46:02] |
User893472 - Posts: 1 |
I had the same question but found the solution myself after looking at TrandigView`s StochRSI Source Code and it gets 99% close. The TrandingView StochRSI is basically an SMA of the K and/or D stochastic which itself is derived from the RSI so to get the same result in Sierra: 1. Add (standard) 14 period RSI to a new chart region and hide. No further tweaks needed. 2. Add Stochastic - Fast to same chart region and hide. In the Settings for "Based On:" instead of <Main Price Graph> you select the RSI that you added earlier. Then, on the right side you select "RSI" (not "RSI Avg"!) for In:9,10 and 11. %K length and %D length should be set to 14. 3a. Add Simple Moving Average to same chart region. Length should be set to "3" or whichever setting you have chosen for K in TV's Stoch RSI. 3b. Add Simple Moving Average to same chart region. Length should be set to "3" or whichever setting you have chosen for D in TV's Stoch RSI. 4. Add Horizontal Lines for 80/20 or whatever values you like. VoilĂ ! |