what is Faytterro Bands? it is a channel indicator like "Bollinger Bands". what it does? creates a channel using standard deviations and means. thus giving users an idea about the expensive and cheap zones. It uses a special weighted moving average different from standard bollinger bands, it also averages not only price but also deviations. how it does it? it...
Bollinger Bands - Breakout Strategy raw/core engine (a classical breakout on Bollinger Bands) was published by the Italian YouTuber "The Crypto Gateway". As we liked the engine with a Trend and Volatility filter but not the code and the backtesting results, we modified it adding more options and Take Profit/Stop Loss/Trailing Stop and auto-selection for trading...
Introduction: This script is a result of an AI recommended created trading strategy that is design to offer new traders’ easy access to trend information and oversold/overbought conditions. Here we have combined commonly used indicators into a single unique visualization that quickly identifies trend changes and both RSI and Bollinger Band based overbought and...
This strategy buys when price crosses above an upper Bollinger Band and sells when the lower band is breached. What makes this strategy different than others: Long only with filtering for only showing strong tickers Filter out trades below a moving average on both the current timeframe and a longer period timeframe to keep you out of bear markets Optional...
Inspired by the indicator DR/IDR V1 from TheMas7er www.tradingview.com I programmed this variant myself. I have observed that the trading times RDR (Regular Daytime), ADR (Afternoon Daytime) and ODR (Overnight Daytime) can be reasonably averaged. This average then serves as a support and resistance line in the subsequent Lines Time. If the Close value falls below...
Keltner Channel Bands These normally consist of: Keltner Channel Upper Band = EMA + Multiplier ∗ ATR Keltner Channel Lower Band = EMA − Multiplier ∗ ATR However instead of using ATR we are using RMA This gives us a much smoother take of the KCB We are also using 2 sets of bands built on 1 Moving average, this is a common set up for mean reversion...
This simple Pine script is an implementation of the Dynamic Reactor indicator. The indicator is designed to dynamically adjust to market conditions and identify trend reversals. The indicator takes one input parameter: the length of the Dynamic Reactor. The script calculates the high, low, and midpoint values of the Dynamic Reactor using a simple moving average...
Japanese below / 日本語説明は英文の後にあります。 ------------------------- This indicator that automatically draws a horizontal line by copying from the input High/Low. Useful for doing horizon analysis. It's possible to display Fibonacci based on the entered High/Low. You can get the alert of each Fibonacci point. - Parameter Input Upper Value: Enter the High value Input Lower...
This is a variation of the SPX Fair Value Bands indicator which uses WSHOSHO instead of WALCL. WSHOSHO only includes the 'Securities Held Outright' portion of the Fed balance sheet. This effectively eliminates the portions related to BTFP (Bank Term Funding Program).
ACBR, or, Average Candle Bodies Range is a volatility and momentum indicator designed to indicate periods of increasing volatility and/or momentum. The genesis of the idea formed from my pondering what a trend trader is really looking for in terms of a volatility indicator. Most indicators I've come across haven't, in my opinion, done a satisfactory job of...
Japanese below / 日本語説明は英文の後にあります。 ------------------------- When you draw a horizontal line on the W top or W bottom and be waiting for roll reversal, have you ever missed it when it rebounded at the horizontal line? It is a helpful indicator to prevent such oversight. After the candle touches the horizontal line (including the touch of the leg), and then the...
'MA Band Distance Monitor' indicator is a simple tool for traders who rely on moving averages to make trading decisions. This indicator plots two moving averages of your choice (you can select the type of the moving average), and fills the space between them, creating a "band". The indicator also generates a table that displays the current price distance from both...
What are Weighted Deviation Bands? Variation of the Bollinger bands but it uses linear weighted average and weighted deviation via Mladen Rakic. What is Weighted Deviation? This weighted deviation is a sort of all linear weighted deviation. It uses linear weighting in all the steps calculated (which makes it different from the built in deviation in a case when...
Draws the best support and resistance lines. How it works: 1) Tries every possible line through lows, highs, opens, closes 2) Finds the total hit counts given the confidence interval as input to the candlesticks 3) Calculates the strength of every line according to hit count, total volumes on hits, and timestamps 4) Eliminates similar lines, confidence interval...
Level 3 Background The Aroon indicator developed by Tushar Chanand indicates whether there is a trend price or is located in a trading area. Function Classical Aroon can also show the beginning of a new trend, its strength and expectation of changes from trade areas to trends. However, it produces too much noise when is bull or bear during sideways. In this...
The Reverse Double Smoothed Relative Strength Index Bands is a custom script of mine that is another part of my RSI indicator series, which I will be publishing over the next week or so. This takes my Double Smoothed Relative Strength Index script and applies the Reverse RSI formula to create a new Bollinger Bands type indicator. This concept can work for almost...
This is similar to the SPX Fair Value Bands indicator, but for QQQ. It is based on the Net Liquidity model: Net Liquidity = FED - RRP - TGA
— Overview Fair value bands, like other band tools, depict dynamic points in price where price behaviour is normal or abnormal, i.e. trading at/around mean (price at fair value) or deviating from mean (price outside fair value). Unlike constantly readjusting standard deviation based bands, fair value bands are designed to be smooth and constant, based on typical...