Version 1.2 2025.12.11
EcoFineX – Update Log (Version 1.2)

* Completely Redesigned Futuristic UI Dashboard:
Replaced the previous linear layout with a modern, card-based interface featuring rounded containers, layered panels, and a cohesive dark-theme design that matches the developer’s visual standard for professional trading tools.
* Modular Score Cards:
Each analytical component (MACD, Ichimoku M15/H1/H4, EMA, ADX, Volatility, RSI, MFI, BB Width, Structure, and Risk %) is now presented in its own compact card with clear labels, numeric scores, and directional arrows—enhancing readability and at-a-glance market assessment.
* Dynamic Arrow Coloring:
Directional arrows in select cards (Ichimoku H1, Volatility, BB Width) now change color based on signal strength—green for strong bullish alignment, red for bearish, and gray for neutral—providing immediate visual cues without clutter.
* Improved Performance Optimization:
Added a time-based update limiter (lastUpdate = TimeCurrent()) to ensure the dashboard refreshes only once per second, significantly reducing CPU load while maintaining real-time responsiveness.
* Enhanced Animation System:
Maintained smooth score interpolation (exponential smoothing) and color transitions, but now rendered within a structured visual hierarchy—balancing aesthetics with functional clarity.
* Consistent Timeframe Foundation:
All core calculations are anchored to the M15 timeframe (#define TARGET_TF PERIOD_M15), with higher-timeframe filters (H1, H4, D1) used only for context—ensuring stability and reducing repainting risk.
* Refined VWAP Daily Logic:
Fixed cumulative reset behavior to correctly clear volume and price-volume totals at the start of each new trading day, ensuring accurate intraday VWAP values.
* Bias Display Overhaul:
The main bias indicator now uses directional symbols (↑ LONG / ↓ SHORT / → NEUTRAL) with color-coded text (green/red/white), displayed prominently in the top-left header for instant orientation.
* Professional Typography & Glow Effects:
Implemented dual-layer glowing text for all key labels using Consolas font, improving legibility on dark backgrounds while maintaining a clean, high-tech appearance.
* Structured Layout with Container System:
The entire dashboard is now wrapped in a unified container (330×320 pixels) with internal spacing, consistent card sizing (70×60), and uniform gaps—ensuring visual harmony across all screen resolutions.
* No Signal Alerts or Trade Execution:
As with all EcoFineX tools, this version remains a pure analytical dashboard—providing transparent, weighted market bias and risk metrics without placing orders, in line with the developer’s philosophy of clarity, control, and risk-aware analysis.

This update transforms EcoFineX into a production-grade visual analytics tool, designed for traders who demand both precision and elegance in their decision-support systems—without compromising performance or logical transparency.
Version 1.1 2025.12.11
EcoFineX – Update Log (Version 1.1)

* Added Futuristic Animated UI Dashboard:
Introduced a visually enhanced, animated interface with smooth color transitions, glowing text effects, and dynamic visual feedback based on the real-time market bias score.
* Smooth Score Animation:
Implemented exponential smoothing for the displayed score to ensure fluid transitions and eliminate visual jitter, improving user experience and signal clarity.
* Dynamic Color System:
Integrated a responsive color engine that changes the dashboard’s appearance based on the current bias score (e.g., green for strong long bias, red for short, yellow for neutral), with interpolated gradients for seamless visual flow.
* Visual Signal Indicators:
Added animated BUY/SELL signal buttons that appear only when the smoothed score crosses critical thresholds (≥70 for BUY, ≤30 for SELL), featuring pulsing effects to draw attention without distraction.
* Pulsing Progress Bar:
Included a horizontal score bar beneath the header that visually represents the current bias level (0–100%) with a subtle sine-based pulsing animation for enhanced interactivity.
* Live Pulse Indicator:
Added a small animated dot in the top-right corner of the dashboard that pulses continuously, confirming the EA is active and processing data in real time.
* Glowing Text Effects:
Implemented dual-layer labels (text + glow overlay) for the main header to improve readability and modernize the aesthetic, especially on dark chart backgrounds.
* Refined VWAP Daily Reset Logic:
Fixed the VWAP calculation to properly reset cumulative values at the start of each new trading day, ensuring accurate intraday volume-weighted pricing.
* Consistent Timeframe Handling:
Centralized all primary calculations to the M15 timeframe (via #define TARGET_TF PERIOD_M15) for better coherence and reduced computational load, while retaining higher-timeframe filters (H1, H4, D1) where appropriate.
* Improved Signal Stability:
Enhanced signal logic to prevent rapid toggling between states by requiring the score to exit the neutral zone (30–70) before triggering a new directional signal.
* Optimized Object Management:
Streamlined on-screen object creation and updates to minimize memory usage and prevent label duplication during repeated OnTick calls.
* Enhanced Visual Hierarchy:
Updated dashboard layout with refined spacing, consistent fonts (Consolas), and layered background panels (glow, header, body) to create a professional, futuristic appearance suitable for live trading environments.

This update focuses on clarity, aesthetics, and usability—transforming EcoFineX from a functional dashboard into an intuitive, visually responsive trading companion that aligns with the developer’s philosophy of transparent, controlled, and stable market analysis.