Multi momentum indicatorScript contains couple momentum oscillators all in one pane
List of indicators:
RSI
Stochastic RSI
MACD
CCI
WaveTrend by LazyBear
MFI
Default active indicators are RSI and Stochastic RSI
Other indicators are disabled by default
RSI, StochRSI and MFI are modified to be bounded to range from 100 to -100. That's why overbought is 40 and 60 instead 70 and 80 while oversold -40 and -60 instead 30 and 20.
MACD and CCI as they are not bounded to 100 or 200 range, they are limited to 100 - -100 by default when activated (extras are simply hidden) but there is an option to show full indicator.
In settings there are couple more options like show crosses or show only histogram.
Default source for all indicators is close (except WaveTrend and MFI which use hlc3) and it could be changed but for all indicators.
There is an option for 2nd RSI which can be set for any timeframe and background calculated by Fibonacci levels.
Stochastic RSI (STOCH RSI)
Stochastic RSI and MACD leader [ChuckBanger]Here I have combined Stochastic RSI with my MACD leader.
MACD leader and Stochastic RSI works well together and they are powerful in combination with My Recursive Bands. It is up to you to back test this properly before you use it in real life trades. But in my opinion it is very powerful.
Because of MACD nature it's a little messy when you turn on the MACD's histogram so I commented that out.
MACD Leader:
My Recursive Bands:
Dow Factor Stoch RSIThe indicator was generated by adding the Dow Factor to the Stochastic Relative Strength Index.( Stoch RSI )
The Dow factor is the effect of the correlation coefficient, which determines the relationship between volume and price, on the existing indicators.
With these codes we are able to integrate them numerically into the indicators.
For more information on the Dow factor, please see my indicator:
This code is open source under the MIT license. ( github.com )
My dow factor updates will continue.We adapted the indicators and saw successful results, now it is time to examine and develop the factor itself.
Stay tuned , best regards.
Lysergik's Stochastic SynergyThis indicator shows the average Stochastic RSI output of the 15m, 1h, 2h, 4h, and Daily Stochastic RSI. It will change in its behavior depending on the time-frame you're using, but for many markets it works best on the 30m time-frame and the daily time-frame.
It is best used along with Lysergik's Fib Cross, which will allow you to avoid false signals in the stochastic synergy indicator. If your MA cross (50, 200) indicates a direction change opposite of the stochastic RSI synergy indicator then that is a signal to wait for more price action to determine your entry/exit points.
Using the Lysergik's Fib Cross, the same applies, but remember that a golden cross (white cross symbol) followed directly by a golden ratio cross (gold cross symbol) is even further indication that the stochastic RSI needs more breathing room before reversing.
This indicator is fully adjustable for you to back-test against charts and refine the indicator to your market.
The inputs in respective order are as follows:
RSI Length, Stoch Length, Smooth K, Smooth D, Upper Limit, Lower Limit, Basis
Enjoy and remember only make trades on your own terms.
Happy trading/investing! :)
Three StochRSI ComboThree StochRSI with adjustable lengths in one indicator, with no extra bells or whistles. Lazybear's Apirine Slow RSI is used for the RSI formula for the third Stoch.
14-period StochRSI (red) is considered short term.
20-period StochRSI is another short to mid term preset I've seen used in various indicators on different platforms by default, and is included as the yellow stochRSI.
Lazybear's Apirine Slow RSI is used as the base for the third, slower stoch - parameter input adjustment for your specific timeframe and instrument is recommended. The Apirine Slow RSI doesn't have as effective strong divergences during established trends, so the way it would react in when run through a stoch should be more synergistic than not during trending periods for longer term trends.
StochRSI:
StochRSI measures the value of RSI relative to its high/low range over a set number of periods - It's important to note that StochRSI is technically an indicator of an indicator (RSI), which makes it the second derivative of price. This is part of the main contributing factors to how it looks and functions in relation to price.
A move above 80 ---> considered overbought.
A move below 20 ---> considered oversold.
Moves around the midline (50) can also be interpreted as continuation of upward/downwards trend depending on whether the midline is acting more of as a support (uptrend) or a resistance level (downtrend).
Stoch K-line disabled by default/D-line enabled by default.
Stoch K/D lengths are set to 3/3/14/14 (red), 6/6/20/20 (yellow), 12/12 (green) by default.
Midline (50) set to white/silver to make more visible on darkmode charts.
Additional adjustable levels for Overbought/Oversold beyond 20/80 (set at 10/90 by default - see dashed grey line. Dotted line is 20/80.)
Three stochRSI with 3/3/14/14, 6/6/20/20, and 12/12/14/14/6 length are shown below the indicator for reference.
Acknowledgements:
// Aprine Slow RSI - Lazybear
//
// Stockcharts for StochRSI reference
// school.stockcharts.com
CBCI RSI ParallelParallel version of CBCI Cu + RSI w/ SMA and EMA. It's both indicators, but combined into one indicator space with an adjustable bidirectional offset for the spacing and location.
According to Constance Brown, both the CBCI and RSI are technically supposed to be used in tandem to easily spot divergences - this is an attempt to put that into practice, in one indicator, in the context of tradingview subscription limitations for non Pro/Premium users.
[Coingrats]RSI Divergence + StochRSIThis indicator shows the RSI and StochRSI. RSI divergence will also be marked.
- Bullish divergence - green triangle,
- Hidden bullish divergence - gray triangle
- Bearish divergence = red triangle
- Hidden bearish divergence - gray triangle
Credits to BabyWhale83 for the code to spotting divergence
WANNA TIP ME? BUY ME SOME BEERS!
BTC: 3BMEXX5JrX94ziUSoQMLEmi51WcYwphAg3
ETH: 0x541e504bb461aa141de6ddce09dc89eb16f58f9c
LTC: LPBJXzUZJksCuCK27AY2qAVYGGGiUfejok
DON'T FORGET TO LOOK AT OUR SITE MYCRYPTODARAR.COM
Function StochRSI Stochastic Relative Strength Index developed by Tushar Chande and Stanley Kroll.
This script has been written to eliminate the period variable.(Integer)
Thus, it can be used comfortably in adaptive period scripts ! (For example : Adaptive Moving Average , KAMA , FAMA .. etc. )
All efforts goes to ChaosTrader () ,
RicardoSantos () ,
Hpotter for barcolor codes (iff) ()
I hope it will help your new ideas . Best regards ! Noldo .
Bilateral Stochastic RSI/MFI [AL] @Version=3 Hi, this is a Stochastic RSI/MFI converted from Alex Grover's (www.tradingview.com) idea for the Stochastic calculation.
It also includes the cycle calculation and filtering form Anooj Patel
And the Divergence plots from Just UncleL www.tradingview.com
There are probably a few i have forgotten but thanks to all of the community who share and help us all learn!!
Eagles_nestCredit goes to Chrismoody for building this , Defaults to current timeframe Ability to change to different timeframe, or plot two RSI's on different timeframes.
Edited for Color Customization
Stuffed Oscillators/てんこ盛りオシレーターStuffed Oscillators
You can use Stochastic RSI, Stochastic, RSI at once.
てんこ盛りオシレーター
ストキャスティクスRSI, ストキャスティクス, RSIをいっぺんに使えます。
rsi_with_stochrsi_[j15] v3This is version 3 RSI and StochRSI are improved by visualizing the cross-trend wave on the indicator, as well as by highlighting the colors of the bands and take into account the joint intersection of RSI and StochRSI at different settings. Enjoy using it!
rsi_with_stochrsi_[j15] v2This is version 2 of the combined indicator RSI and Stochastic RSI. Added intersection of lines k and d, as well as suppression of the upper and lower lines
Multi-Timeframe Stochs by Tom L.I find it really usefull. Can put 4 different timeframes.
Thanks again to Tom !
PMA4LIFE
RAF3x
RSI & Stochastic RSIRSI and Stochastic RSI Same Chart
Turn on StochRSI crossover signals
Customizable values