TSO Bollinger Bandit Strategy MT5
- 指标
- Dionisis Nikolopoulos
- 版本: 2.0
- 更新: 23 十二月 2020
- 激活: 10
TSO Bollinger Bandit Strategy is an indicator based on the Bollinger Bandit Trading Strategy as presented in the book Building Winning Trading Systems with TradeStation by G. Pruitt and J. R. Hill.
SCANNER is included. Now with Scanner you can find trading opportunities and setups easily and faster.
Features
- A complete entry and exit strategy for trending markets.
- Get email / push notifications when an entry signal occurs.
- The indicator is not repainting.
- Can easily be used in an EA. (see For Developers)
Entry Conditions
This strategy uses the Bollinger Bands as breakout indicators, i.e. a potential long entry signal is generated when a candle closes above the upper Bollinger Band and a potential short entry signal is generated when a candle closes below the lower Bollinger Band.
To have an entry signal, except from passing the Bollinger Bands, the close of the current candle must be greater than the close of X periods ago for a long entry or lower than X periods ago for a short entry.
Exit Conditions
When a position is initiated, a stop loss is set at a Moving Average. For every period that the strategy remains in a position, the number of periods used for the Moving Average calculation is reduced. This happens until a minimum limit for the Moving Average period is reached. From that point on the period of the Moving Average remains constant.
To create an exit signal the moving average must be below the upper band if we are long and above the lower band if we are short. This element was added to prevent the system from going back into the same trade that was just liquidated.
Inputs
- Bollinger Band Settings
- Period - the period of the Bollinger Bands.
- Deviation - the number of standard deviations between the bands and the moving average.
- Shift - the number of time periods to shift the Bollinger Band indicator.
- Apply to - the candle price on which the Bollinger Band calculations will be based.
- Moving Average SL Settings
- Period - the period of the Moving Average.
- Rate of Period Reduction - the amount by which the period of the Moving Average Stop Loss is reduced at each candle after an entry signal.
- Minimum Period - the minimum limit for the period of the Moving Average Stop Loss. The Moving Average will remain constant when this period is reached.
- Shift - the number of time periods to shift the Moving Average indicator.
- Method - the method used to calculate the Moving Average.
- Apply to - the candle price on which the Moving Average calculations will be based.
- Trend Filter Settings
- Lookback Period - the number of periods to look back for the previous close to compare with the current close and confirm the entry signal.
- Maximum Drawn Bars - the number of bars the indicator will be drawn on. For example, if set to 1000, the indicator will be drawn on the last 1000 bars of the chart.
- Alert Settings
- ENABLE Metatrader Alerts - set to "true" to receive an alert on the Metatrader platform when an entry signal appears.
- ENABLE Email Alerts - set to "true" to receive an email alert when an entry signal appears.
- ENABLE Push Notifications - set to "true" to receive a push notification on your mobile phone when an entry signal appears.
For EA Developers
- Moving Average Stop Loss value: Buffer = 15
- Signal: Buffer = 14
- Buy = 0
- Sell = 1
Beautiful Guidance Tool for trading breakouts. Love it. I would like to buy if there is a dashboard to see direction arrows and signals for all charts different time frames using one screen as the indicator is heavy to run on all charts