Migrated to Pine Script v5
Use MATRIX histogram mode on your chart to identify Accumulation/Distribution zone of any market.
Watch for +/- 200 levels & the yellow dots when appear on the chart.
The histogram will go RED if we are entering in a Accumulation phase and Green for Distribution.
Added Alerts to Matrix Series (Sell or Buy Signals). Alerts are Pre-Set to only Alert on Bar Close.
Added Alerts to Williams Vix Fix (Aggressive Entry and Filtered Entry). Alerts are Pre-Set to only Alert on Bar Close.
Added Alerts to Commodity Channel Index (Short or Long Signals). Alerts are Pre-Set to only Alert on Bar Close.
Added Alerts to Quantitative Qualitative Estimation (Short or Long Signals). Alerts are Pre-Set to only Alert on Bar Close.
Modified version of Squeeze Momentum Indicator:
The Squeeze Indicator measures the relationship between Bollinger Bands and Keltner's Channels to help identify consolidations and signal when prices are likely to break out (whether up or down).
The Squeeze Indicator finds sections of the Bollinger Bands which fall inside the Keltner's Channels and in this case the market is said to be in a squeeze (indicator turns off, displayed with grey dot shapes in this study)
When the volatility increases, so does the distance between the bands, conversely, when the volatility declines, the distance also decreases and in such cases the squeeze is said to be released (indicator turns on, displayed with triangle up or triangle down shapes). When the market finishes a move, the indicator turns off (grey) and no trade is recommended
Added Alerts to Momentum (Sell or Buy Signals). Alerts are Pre-Set to only Alert on Bar Close.
Added function to choose different sources: ["TR", "VWAP", "Close", "Open", "HL2", "HLC3", "OHLC4", "HLCC4", "High", "Low", "vwap(Close)", "vwap(Open)", "vwap(High)", "vwap(Low)", "AVG(vwap(H,L))", "AVG(vwap(O,C))"]