VWAP Alerts signal over bought/over sold conditions, relative to volume weighted average price, while deviation bands plot an extremely accurate point of mean reversion. VWAP Alerts V3 includes multiple timeframe selection, along with multiplier input for deviation band setting Alerts can be set for each individual band, for extreme oversold/overbought...
This is a more advanced version of my original mean reversion script. It employs the famous Bollinger Bands. This robot will buy when price falls below the lower Bollinger Band, and sell when price moves above the upper Bollinger Band. I've only tested it on the S&P 500, though you could try it out on other assets to see the backtest performance. During...
This is an experimental adaptive trend following study inspired by Giorgos Siligardos's Reverse Engineering RSI and Tushar S. Chande's Variable Moving Average. In this study, reverse engineered RSI levels are calculated and used to generate a volatility index for VMA calculation. First, price levels are calculated for when RSI will equal 70 and 30. The...
Introduction Although many will use lines in order to make support and resistances, others might use curves, this is logical since trends are not always linear. Therefore it was also important to take this into consideration, and when i published the price-line channel indicator, i already started a curved version of it. Therefore i propose this new indicator...
- Ultimate VWAP Bands is a script that helps to decide and further clarify areas of oversold and overbought conditions. - For example, when the price is in the lowest band it is extremely oversold relative to the VWAP . Hence it should be considered a good place to buy with a high risk to reward payoff. - Each band is set at a fixed offset away from the VWAP ....
Short Version: This here is my take on the popular VWAP indicator with several novel features including: Dual EMA smoothing. Arithmetic and Harmonic Mean plots. Custom Anchor feat. Intraday Session Sizes. 2 Pairs of Bands. Side Input for Connection to other Indicator. This can be used 'out of the box' as a replacement VWAP, benefitting from smoother...
This study is an experimental regression curve built around fractal and ATR calculations. First, Williams Fractals are calculated, and used as anchoring points. Next, high anchor points are connected to negative sloping lines, and low anchor points to positive sloping lines. The slope is a specified percentage of the current ATR over the sampling period. The...
Simple way how to use Linear Regression for trading. What we use: • Linear Regression • HMA as a trend filter Logic: Firstly we make simple linear regression moving. It is the white line which appears on the chart. Then we make second line (named: band2) on the chart by multiplying linreg and value difference. The third step is to ad HMA as a trend filter. The...
Supertrend Bands What is the Supertrend indicator? "The Supertrend indicator is a trend following overlay on your trading chart, much like a moving average, that shows you the current trend direction. The indicator works well in a trending market but can give false signals when a market is trading in a range. It uses the ATR (average true range) as part of...
*** *** Bollinger Bands (BB) usually expand quickly after a volatility increase but contract more slowly as volatility declines. This extended time it takes for BB to contract after a volatility drop can make trading some instruments using BB alone difficult or less profitable. In the October 1998 issue of "Futures" there is an article written by Dennis...
With this script you can follow Bollinger Bands for current and higher time frame together. Higher time frame is calculated by script. if current period 1m => higher period=5m 3m => higher period=5m 5m => higher period=15m 15m => higher period=1h 30m => higher period=1h 45m => higher period=1h 1h => higher period=4h 2h => higher period=4h 3h => higher...
The Acceleration Band System was published in "Big Trends in Trading" by Price Headley in 2002. The system designed to catch stocks as they start to trend but before they go parabolic. The system is simple but supposed to be very effective. This system makes use of %R and ADX a lot to determine the entries/exits. Refer to the documents listed below for the...
VMA Bands are ATR bands with VMA as its centre. For a description of options, refer to my VMA post: I have moved VMA calculation in to a separate function. Feel free to use calc_vma() in your scripts. For more MA calculation function (KAMA, VIDYA and others), refer to my complete list of indicators below. Wish you all a very prosperous New year. Hope these...
This script uses the close of the VIX on a daily resolution to provide the 'implied move' for the E-mini SP500 futures. While it can be applied to any equity index, it's crucial to know that the VIX is calculated using SPX options, and may not reflect the implied volatility of other indices. The user can adjust the length of the moving average used to calculate...
This is an experimental study designed to identify underlying price activity using a series of Laguerre Filters. Two different modes are included within this script: -Ribbon Mode - A ribbon of 18 Laguerre Filters with separate Gamma values is calculated. -Band Mode - An average of the 18 filters generates the basis line. Then, Golden Mean ATR over the specified...
Introduction A pun between the word flag and the adjective flagging (less dynamic) , this indicator have two bands who react faster when in contact to the price. Imagine you are under sheets, if you abruptly rise, the sheets will instantaneously go up, then if you abruptly get down, the sheets will fall slowly until being in contact with a surface, this is...
This is an PS4 update to the popular Dual Thrust trading algorithm posted by me some time ago (). It has been commonly used in futures, Forex and equity markets. The idea of Dual Thrust is similar to a typical breakout system, however dual thrust uses the historical price to construct update the look back period - theoretically making it more stable in any given...