Multiband - Market Timer

This makes use of different custom indicators:
- Multi Band Channel - Overbought/Oversold Oscillator
- VixFix Linear regression
- Regular Linear Regression.
Multi Band Oscillator is used for identifying overbought/oversold state of the instrument. This is used in conjunction with VIXFix Linear Regression to to find market bottoms for entry conditions.
Few parameters are explained below:
- CheckBandDistance - If checked checks for narrow bands and ignore signals when crossover happens in narrow bands.
- ConsiderOversoldDaysCounter/ConsiderOverboughtDaysCounter - If checked, considers oversold and overbought crossovers only if instrument stays in oversold/overbought state for that many bars.
- UseLinearRegressionToOpen/UseLinearRegressionToClose - If checked, combines linear regression along with overbought/oversold condition for entry and exits.
- UseVixFixToOpen - Uses VixFixLinear regression to identify market bottom and this condition will be combined with oversold/overbought state. When using VixFixLinearRegression signal, we can allow generating entry signals during non crossover bars. Vix Fix Entry Range sets the max bar for multi band state to be for generating signal. For example, if Vix Fix Entry Range is set to oversold, signal is generated based on VixFix if price is below oversold.
- ExitStrategy - This can be trailing/reversal or combined. If set to reversal, exit will happen on state moving out of oversold region. If set to Trailing, stop will be based on trailing stops. Indicator shows what is the present stop value. If set to combined, exit will happen on stages. 30% of the remaining position gets closed upon reversals. State may go into oversold and return back many times before having full exit. If this happens, each time, 30% of the position will be closed. Full position closure happens on hitting training stop.
Candles are colored based on linear regression.
- Green -> positive and moving up
- Lime -> Positive moving down
- Orange -> Negative moving up
- Red -> Negative moving down
- Purple -> Possible VixFix peak - aka Market bottom
Another snapshot of the script along with Linear regression and VIXFix-LinReg indicators:
Related scripts are found here:



I have not put additional indicators to identify trend. But, can be combined with higher timeframe trend filters to generate better signals. Making this as invite only script as I find it very lucrative to time index ETFs. Please PM me if you want to try this script.
- Added maxLossPercentage for protection. This is set to 50 by default to allow more room for instrument to recover during dips.
- VixStateEntry disabled for reversal Exits. If exit type is reversal, entry is only done in oversold region.
Note: Only parameter you need to set is Exit Strategy. More trending instruments such as Nasdaq, trailing stop is better method. More volatile (BTC) or less aggressive instruments (XJO) - reversal exits are better suited.
- Added trailProfitPercent - after which tighter trailing will be done.
- Updated Stoploss values before tightened trailing.
- Updated implementation to use strategy.order instead of strategy.entry to allow regular topups
- Added trade stats table
- Refine divergence based filters.
- Updated display information on major entry criteria - this includes volatility, momentum and divergence.
- Added custom alerts using alert function. This will generate additional alerts based on overbought oversold conditions and can be used for reduce/reload positions.
New custom alert has to be configured in slightly different way:
- Updated Divergence stats
- Move trade stats to bottom bar
- Making use of libraries - which allowed additional optimization of settings with respect to bands
- Adding alert timer and alert auth to prevent exploiting alert behavior.
Invite-only script
Only users authorized by the author have access to this script, and this usually requires payment. You can add the script to your favorites, but you will only be able to use it after requesting permission and obtaining it from its author — learn more here. For more details, follow the author's instructions below or contact Trendoscope directly.
TradingView does NOT recommend paying for or using a script unless you fully trust its author and understand how it works. You may also find free, open-source alternatives in our community scripts.
Author's instructions
Warning: please read our guide for invite-only scripts before requesting access.
Subscribe - trendoscope.io/pricing
Blog - docs.trendoscope.io
Disclaimer
Invite-only script
Only users authorized by the author have access to this script, and this usually requires payment. You can add the script to your favorites, but you will only be able to use it after requesting permission and obtaining it from its author — learn more here. For more details, follow the author's instructions below or contact Trendoscope directly.
TradingView does NOT recommend paying for or using a script unless you fully trust its author and understand how it works. You may also find free, open-source alternatives in our community scripts.
Author's instructions
Warning: please read our guide for invite-only scripts before requesting access.
Subscribe - trendoscope.io/pricing
Blog - docs.trendoscope.io