Strategy is based on "Divergence for Many Indicators v4 ST" strategy by CannyTolany01 which is based on "Divergence for Many Indicator" indicator by LonesomeTheBlue () This strategy is searching for divergences on 18 indicators which you can select and optimise one by one. Additionally you can connect any other External Indicator value. (just add this...
Simple but solid mean reversion indicator with sl and tp levels. Most of the code is based on the built in bollinger bands script. Designed for scalping 1-5 minute timeframes. The indicator consists of two sets of bollinger bands. Price has to close below the lower (fast) bollinger band, above the moving average of the (slower) bollinger band. If price now...
Entering a short position after breaking the upper Bollinger Band, entering a long position when entering after breaking the lower Bollinger Band Provides templates for how to display position average price, stop loss, and profit price using the plot function on the chart, and how to buy splits After entering the position, if the price crosses the mid-band...
The Bollinger Bands Breakout Oscillator is an oscillator returning two series quantifying the significance of breakouts between the price and the extremities of the Bollinger Bands indicator. Settings Length: Period of the Bollinger Bands indicator Mult: Controls the width of the Bollinger Bands Src: Input source of the indicator Usage Each...
First version here Initial data: 1) RSI 2) Bollinger Bands (Basis - EMA ) 3) Dispersion (around basis) Signal for purchase: RSI crosses the dispersion zone upwards Signal for sale: RSI crosses the dispersion zone downwards Buffer zone: white area, it is not recommended to make transactions. --- Add ( 02.10.2018 ) 1) RSI lines (overbought /...
Bollinger Bands Breakout Strategy is the strategy version of Bollinger Bands Filter study version, which can be found under my scripts page. The strategy goes long when price closes above the upper band and goes short signal when price closes below the lower band. Bollinger Bands is a classic indicator that uses a simple moving average of 20 periods, along...
K's reversal indicator I is a special combination between Bollinger bands and the MACD oscillator. It is a contrarian indicator that depends on the following conditions: • A buy signal is generated whenever the current market price is below the 100-period lower Bollinger band while simultaneously, the MACD value must be above its signal line. At the same time,...
Using combination bollinger band and RSI indicator as guide to predict price volatility and the best entry point. The strategy logic is pretty straightforward where we're interested with close price that touches the lower bollinger band ; there are only two scenarios that will happened after the price reaches the lower band; the price might rebound from the lower...
Hello TradingView and world! This is one of our latest concepts for an actual bot builder. This script comes with a bunch of features that we're hoping will alleviate a lot of the stress and confusion around using and building strategies here on TV. Especially if the end-goal is to automate the strategies using Autoview. This is a combination of 2 strategies,...
I have just recently revised this indicator alert for public release. This is for the 60sec Bollinger Band break Binary Option traders. This indicator alert is a variation of one found in a well known Broker's marketing videos. It uses Bollinger bands, RSI and moving averages. Included is a pre-warning alert condition. The strategy and settings are designed for...
Markets don’t always trade in a clear direction. At a closer look, most of the time, they move sideways. Relying on trend-following strategies all the time can thus lead to repeated false signals in such conditions. However, before you can safely trade sideways, you have to identify the most suitable market conditions. The main features of such strategies...
It is a long only strategy. 1. Buy when price breaks out of the upper band. 2. Exit has two options. Option 1 allows you to exit using lower band. Option 2 allows you to exit using moving average. 3. Option 1 preferred over option 2 if the instrument is highly volatile. 4. Slippage and commissions are not considered in the return calculation.
Hello, everyone! We have just released an innovative strategy for TradingView. It allows you to identify price pivot points and volatility. This strategy is: User-friendly Configurable Equipped with Bollinger Bands and smoothed ATR to measure volatility Features Thanks to the BB Fibo strategy, you can: Trade stocks and commodities. Identify...
The script is totally based on momentum , volume and price. We have used : 1: Bollinger Band Squeezes to know when a breakout might happen. 2: Used Moving Averages(SMA and EMA) to know the direction. 3: The success Rate of this strategy is above 75% and if little price action is added it can easily surpass 90% success mark. 4: Do not worry about drawdowns , we...
A 1 minute scalping strategy. Uses Bollinger Bands (no basis line) and a 9 period EMA. Waits for price to close below the lower Bollinger Band and the next candle to close bullish above the lower Bollinger Band but below the 9 Period EMA. If all conditions are met, the script enters a long position with TP at the 9 Period EMA.
// © PlanTradePlanMM 6/14/2020 // --------------------------------------------------- // Name: Buy in Bollinger Band uptrend (Weekly and Daily) // --------------------------------------------------- // Key Points in this study: // 1. Long in BB Upper band, probability of price going up is more than 50% // 2. Buy at the bottom 1/4 of...
Strategy using the Bollinger band with the Keltner Channels . Watch for the Bollinger bands (blue/red lines) squeezing inside the Keltner Channels (pink dots) for a breakout - this could be up or down so use in conjunction with other indicators. The blue band is the 2 standard deviation from price, the red is 3 standard deviations. With these, typically if the...