PROTECTED SOURCE SCRIPT

Optimus Trader Consolidation V.1

Indicator Description: "Optimus Trader Consolidation V.1"

This Pine Script indicator is designed to assist traders by identifying key market conditions, including **trend direction**, **volume dynamics**, **liquidity zones**, and **consolidation periods**, alongside candlestick patterns like **Pin Bars** and **Inside Bars**. It provides clear buy and sell signals based on a confluence of these factors. Here’s a detailed breakdown of its functionality:

---

Key Features:

1. **Moving Average (MA) and VWAP Integration**:
- The indicator uses a 50-period Simple Moving Average (SMA) and VWAP (Volume Weighted Average Price) to identify the market trend.
- **Uptrend**: Price is above both the MA and VWAP.
- **Downtrend**: Price is below both the MA and VWAP.

2. **Volume Threshold**:
- A dynamic volume threshold is calculated based on the 20-period SMA of volume, multiplied by a factor of 1.2.
- This ensures signals are filtered to consider only significant volume spikes, avoiding noise from low-volume periods.

3. **Pin Bar Detection**:
- Identifies bullish and bearish Pin Bars based on candlestick characteristics:
- **Bullish Pin Bar**: Large wick above the body, small lower wick, and a green body.
- **Bearish Pin Bar**: Large wick below the body, small upper wick, and a red body.

4. **Inside Bar Detection**:
- Detects Inside Bars, where the current candle’s high and low are fully contained within the previous candle’s range.
- Indicates a period of indecision or potential breakout zones.

5. **Liquidity Zone Identification**:
- Uses recent 20-period highs and lows to approximate liquidity zones.
- Highlights areas where price is near these zones, indicating potential support or resistance.

6. **Buy and Sell Signal Generation**:
- **Buy Signal**: Triggered when a bullish Pin Bar or Inside Bar occurs in an uptrend, with high volume, and near liquidity zones.
- **Sell Signal**: Triggered when a bearish Pin Bar or Inside Bar occurs in a downtrend, with high volume, and near liquidity zones.
- Signals are visually plotted with green (BUY) and red (SELL) markers.

7. **Consolidation Zone Detection**:
- Identifies periods of low price range volatility using a user-defined period (`length`) and range threshold (`range_threshold` in %).
- Highlights periods where the price range is less than the threshold, visually marking consolidation zones.
- Upper and lower boundaries of consolidation zones are plotted with green and red lines, respectively.

8. **Visual Enhancements**:
- Consolidation zones are shaded with a blue background to make them easily recognizable.
- Clear markers for buy and sell signals help traders quickly spot opportunities.

---

Use Cases:
- **Trend Confirmation**: By integrating MA, VWAP, and volume analysis, this indicator helps confirm trends before entering trades.
- **Liquidity Zone Trading**: Identifies price areas where support or resistance may lead to significant price movement.
- **Consolidation Breakouts**: Highlights consolidation zones, which often precede explosive moves, allowing traders to anticipate breakouts.
- **Candlestick Reversal Patterns**: Pin Bars and Inside Bars are powerful patterns that provide early indications of potential reversals or continuation setups.

---

Customizable Parameters:
- **MA Period**: Length of the moving average (default: 50).
- **Volume Threshold**: Sensitivity to volume spikes (default: 20-period SMA × 1.2).
- **Consolidation Period**: Lookback period for identifying consolidation (default: 20).
- **Consolidation Range Threshold**: Maximum percentage range considered as consolidation (default: 1%).

---
Visualization:
- **Green BUY Signals**: Bullish opportunities based on confluence of patterns, trends, and volume.
- **Red SELL Signals**: Bearish opportunities under similar conditions.
- **Consolidation Zones**: Marked by shaded blue backgrounds and clear horizontal lines for high and low boundaries.
- **Dynamic Levels**: Liquidity zones (highs and lows) plotted for added context.

---
Advantages:
- **Confluence of Factors**: Combines trend, volume, and candlestick analysis for robust signal generation.
- **Market State Detection**: Effectively identifies consolidation and breakout conditions.
- **Customizable**: Users can fine-tune parameters for different instruments or trading styles.

---

This indicator is ideal for traders seeking a comprehensive tool to navigate market conditions with precision, leveraging multiple layers of analysis in a single, easy-to-use overlay.
Bands and ChannelsbreakoutsbreakoutsignalCandlestick analysispricepriceactionsignaltendenceVolatility

Protected script

This script is published closed-source and you may privately use it freely.

Want to use this script on a chart?


Also on:

Disclaimer