✔️ Modified (improved) the Volume indicator by adding volume lookback and volume smoothing via the custom MA;
❌ Removed the volume resolution option, as it doesn't allow you to manually backtest your strategy using the Bar Replay feature;
✔️ Slight improvement in the RSI Candles formation;
✔️ Simplified code (mainly for my personal convenience)
✔️ Added two alerts with the intent to refine those and add some more. The current ones are:
- Strong Bullish Bar in Oversold Area - green bar, in which the high is equal to the close and its low is in the oversold area (25);
- Strong Bearish Bar in Overbought Area - red bar, in which the low is equal to the close and its high is in the overbought area (75);
Those signals are far from being perfect, but I am planning on tweaking them and backtesting them for best results. Strong bullish and bearish bars, which follow red or green candles respectively, are great indicators for a reversal.