Phoenix Orb Asia V2
- 지표
- Nigel Nii Darku Narnor Darko
- 버전: 2.1
This MQL5 indicator, often referred to as the Phoenix March or Freedom Orb, is a comprehensive intraday trading tool that combines Session Range analysis with Smart Money Concepts (SMC). It is designed to automate the detection of key institutional levels and trend shifts directly on the chart.
Core Indicator Features
Session & ORB Zones: Automatically identifies the "Open Range" based on a user-defined start time (e.g., 03:00) and duration (e.g., 15 minutes). It plots the highest and lowest prices of that window as a visual box.
Market Structure (BOS/CHOCH): Uses a dynamic fractal algorithm to identify Break of Structure (BOS) and Change of Character (CHOCH) based on customizable InpSwingBars.
Trend Bias: Integrates an EMA-based filter (e.g., 50 EMA) to determine the overall market direction, displaying a "BUY BIAS" or "SELL BIAS" on the dashboard.
Interactive Dark Dashboard: A sleek, black-themed control panel that allows you to toggle the visibility of each feature (ORB, MS, Bias) independently or hide everything at once.
Key Updates & Enhancements Made
1. Visual & UI Improvements
Black Dashboard Theme: The UI was updated to a "Dark Mode" aesthetic. Since standard library members like m_background are private, the update used a workaround targeting sub-objects by name (e.g., m_name + "Caption") to bypass access restrictions and force a black background.
Pips Label: A dynamic text label was added to the ORB Box. It automatically calculates the range between the high and low in pips and displays it above the box (e.g., "15.4 Pips").
ORB Midline: A dashed horizontal line now automatically plots the 50% retracement level of the opening range, providing a secondary reference for mean reversion.
MQL5
MQL5
+2
2. Alert & Logic Enhancements
Multi-Channel Alerts: The TriggerAlert system was expanded to provide simultaneous Desktop Pop-ups, Mobile Push Notifications, and Audio Sounds whenever a breakout or structure shift occurs.
Dynamic Visual Cues: The ORB box now changes color instantly upon a breakout—turning Lime Green for bullish breaks and Red for bearish breaks—while thickening the border for emphasis.
Bias Flip Tracking: Logic was added to monitor "Bias Flips." The moment price crosses the EMA, a trend reversal alert is triggered, and the dashboard label updates its color.
3. Performance & Maintenance
Automated Cleanup: A new "Garbage Collection" function was added to prevent chart clutter. It automatically identifies and deletes MS Labels and ORB Boxes older than 48 hours.
Processing Optimization: To ensure the terminal remains fast, the calculation loop was limited to the most recent InpMaxBars (default 500), preventing the indicator from lagging during high-volatility sessions
