Oscilador Estocástico
Stochastic VolumeA conceptual idea to include volume in a regular Stochastics.
VWMAs instead of SMAs and h/l/c given more weight when volume spikes. In the future I am interested in giving volume a bigger role in final calculation in other ways.
This does not perform well when not curve fitted.
Stochastic MomentumStochastic Momentum adds shorter and longer term Stochastic movements on the same chart to indicate relative momentum for short and slightly longer term outlooks.
Can be used like a regular Stochastic indicator for overbought / oversold levels, divergence and additionally also the crossing of the shorter (blue) and longer (orange) levels.
It is a leading indicator and often signals early moves of momentum, which may or may not translate into the same price movements.
Slow Stochastic-newnothing fancy here, just some modification to the old stoch to make it more realistic
Stochastic CG Oscillator (Center of Gravity)Stochastic CG Oscillator (Center of Gravity) script.
This indicator was originally developed by John F. Ehlers (see his book `Cybernetic Analysis for Stocks and Futures`, Chapter 8: `Stochasticization and Fisherization of Indicators`).
Stochastics && Money FlowSimple and conceivable implementation of Stochastics and Money Flow in one Indicator chart.
Buying and selling points are visualised by dots.
Ehlers StochasticEhlers Stochastic script.
This indicator was originally developed by John F. Ehlers (Stocks & Commodities V. 32:1: Predictive And Successful Indicators).
Ehlers Fisher Stochastic Relative Vigor Index StrategyBy John Ehlers from his book "Cybernetic Analysis for Stocks and Futures".
Ehlers Stochastic Cyber Cycle StrategyBy John Ehlers from his book "Cybernetic Analysis for Stocks and Futures".
Ledgercharts scalp indicatorI'm using this indicator for finding scalp opportunities with high volume crypto coins. To be used in combination with support & resistance levels and/or other indicators.
Works best on a 15-minute timeframe.
DISCLAIMER:
This script is not intended as financial advice and is for educational purposes only. Do your own research by verifying the accuracy of the information and know that your decisions are your own.
Historical Stochatic (HS) [cI8DH]This indicator calculates historical stochastic (HS). It also includes the standard stoch. HS works similar to the standard stochastic . The difference is that the standard stochastic has a set look-back period, while HS looks as far back as the first bar. This allows identifying ATHs and ATLs (background highlights green and red respectively). Basically, HS shows inverse retracement from ATL to ATH in percentage.
This indicator works best on non-range bound indicators such as MACD. As you can see in the chart below, MACD is not useful to compare against periods that price is wildly different. Applying HS on MACD fixes this issue (To achieve the same results, add MACD indicator > change the source to MACD on HS settings > since MACD is a smoothed indicator, smoothing length is set to 1. To get similar smoothing length on the signal as in standard MACD, set %D to 5 smoothed MA which is equivalent to 9 EMA smoothing on standard MACD).
Gain/Loss Moving Average (GLMA) is another indicator that can benefit well from HS. GLMA is the simplest and probably the most accurate momentum indicator. But it is not as convenient as RSI since it is not range bound. HS can make it range bound without compromising its accuracy. (To achieve the same results, add GLMA indicator > change the source to GLMA on HS settings > set %K length to 1).
Chart below shows HS applied to Accumulation/Distribution Money Flow (ADMF) and compares it against its range bound counter part, ADP.
Conclusion:
There are different ways of making an indicator normalized or range bound. Some indicators use RSI's approach (positive changes MA / all changes MA) such as MFI, CMF, ADP. This approach is great but the divergence near extremes can sometimes be misleading. HS fixes this problem as long as the indicator is not making a new ATH or ATL . When it does make new ATH or ATL , this indicator gives a warning to avoid using it for detecting divergence.
PS:
It is a bit geeky to apply HS on other indicators. I will publish some of my indicators with HS and standard stoch built-in. So stay tuned if u r interested in this indicator.
Read more here about using stochastic
www.tradingview.com(STOCH)
Stochastic Rainbow [SHK]Stochastic Rainbow consists of 8 stochastic oscillators with different speeds. So It has lower noises and better visualization comparing to simple stochastic.
I welcome comments, suggestions.
3x Stoch on Given Time-frame v0.13x stochastic oscillators (K only), set the timeframe you want the stoch to be based off.
Smooth and length is hard-coded to give easy view of the time-frame set in the indicator arguments shown on-chart. Edit these in the Pine Editor as needed.
smooth = 6
length1 = 5
length2 = 8
length3 = 14
yutas_Stochasticver .2.5
Displays signs of two types of Stochastic (available for different time frames).
二種類のストキャスティクス(別のタイムフレーム使用可能)のサインを表示。
Anwar - Stoch vs RSI firstThis script reads the conclusions values of RSI and Stochastic.
you go long when the green line is over the red line, and short when the red line over the green line.
when you see green and red lines are very close so there is a struggle between bears and bulls.
the indicator working with forex, crypto, stocks .. etc and in all time frames (5 min to D)
the script is not repainting so the signal is not altering after candle closing.
the trial period is 3 days for pro members and 1 day free members.
people who share the script on their social media will have 3 days to access it for one time.
cryptocurrency and PayPal are accepted.
subscription is monthly or annually
PM for trial or purchasing
Stoch Momentum Index* Original code from UCSgears.
* Added circles for when Stoch MI and signal line crosses.
Stochastic Bollinger BandsThis indicator started off as a bit of an experiment, but it ended up looking quite useful.
It plots closing price (which can be changed) in relation to the bollinger bands upper and lower bands. This relationship is then run through a Stochastic function much like RSI is with StochasticRSI.
This plot line is smoothed with the K Smoothing value in the settings, and then this plot line is smoothed again with he D Smoothing value to give a signal line.
When the plot lines are outside the horizontal upper and lower limit lines, then this indicates that price is outside the bollinger bands. This can indicate entry and exit signals.
In the background, there is an area plotting a stochastic version of the Bollinger Band width. This would show periods of high and low volatility as it relates to previous volatility.
The stochastic length for the width is set to be very long (144 periods) in order to encapsulate a long range of values to compare to.
Default Settings:
==============
Source: The data point in which to compare to the upper and lower Bollinger Bands - set to close.
BB Length: The length in periods to generate the moving average used for the bands - set at 20 periods.
Mult: This is the multiplier used in the calculations for the bands - set at 2.
BB Width Stochastic Length: This is how far back it looks to compare the current width of the bands to previous widths - set at 144 periods..
BB Stochastic Length: This is how far back to compare closing price in relation to the bands - set at 14 periods..
K Smoothing: This is used to smooth the Stochastic Bollinger band value - set at 3 periods.
D Smoothing: This is a moving average of the smoothed K value in order to provide a signal line - set at 3 periods..
Moving Average Type: This allows you to use either a Simple moving average or an Exponential moving average - set for SMA.
------------------------------------------------------------------------------------------------
Kindest Regards
Created 2018 - by @Squiggles#8806
LTC Tip Jar: LX4bUBdjiRPsagUbZoAczSGgDC4YqTJL7w
Profit Trailer Feeder affiliate link: cryptoprofitbot.com
Stochastic CCIThis indicator is a Stochastic version of the regular CCI (commodity channel index).
For those of you who like a stochastic version of RSI, now you have one for CCI.
Enjoy!!!