Skip to content

mohamedIbraheem1/Session-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

πŸ“Š TradeZone Alchemist

β€” The Session Almanac for MT5 & Beyond

Download
β€œWhen markets speak, let time be your translator.”


🧭 Overview

TradeZone Alchemist is not merely an indicatorβ€”it is a chrono-tactical overlay for MetaTrader 5 that transforms raw market hours into a visual symphony of opportunity. Inspired by the original Session Highlighter, this tool reimagines session tracking as a neural map of liquidity flow.

πŸ•’ The Problem: Forex markets never sleep, but your attention does. Traders drown in timezone math, forgetting which session governs the pulse of price action.
πŸ’‘ The Alchemy: TradeZone Alchemist infuses your chart with color-coded awarenessβ€”so you feel the London open before it prints a candle.


🧠 Why β€œAlchemist”?

A session is not just a block of hours. It is a geopolitical ritualβ€”a dance of central banks, weather reports, and liquidity algorithms. This indicator renders that dance visible.

  • Asian Session: Whisper of Tokyo’s morning.
  • London Session: Roar of the world’s forex engine.
  • New York Session: Afternoon thunder of institutional rebalancing.

TradeZone Alchemist lets you paint each ritual in your own palette, with GMT offset that bends time to your location.


graph TD
    A[MT5 Chart] --> B{TradeZone Alchemist}
    B --> C[Session Parser Engine]
    B --> D[GMT Offset Calculator]
    B --> E[Visual Painter]
    C --> F[Asian]
    C --> G[London]
    C --> H[New York]
    D --> I[User Timezone Config]
    E --> J[Custom Colors]
    E --> K[Opacity & Borders]
    J --> L[Chart Overlay]
    K --> L
    L --> M[Live Alerts? Upcoming Sessions]
Loading

βš™οΈ Example Profile Configuration

{
  "sessions": {
    "asian": {
      "start": "00:00",
      "end": "09:00",
      "color": "#FFA07A",
      "opacity": 0.15
    },
    "london": {
      "start": "07:00",
      "end": "16:00",
      "color": "#87CEEB",
      "opacity": 0.2,
      "border": true
    },
    "newyork": {
      "start": "12:00",
      "end": "21:00",
      "color": "#98FB98",
      "opacity": 0.25,
      "highlightCrossovers": true
    }
  },
  "gmtOffset": -5,
  "dstAdjust": true,
  "showAlerts": true,
  "alertMinutesBefore": 15
}

πŸ–₯️ Example Console Invocation

# Run TradeZone Alchemist as a standalone script (requires MT5 API bridge)
python tradezone_alchemist.py --mt5-server=localhost:1200 --gmt=-5 --dst --profile=default.json

Output:

βœ… TradeZone Alchemist initialized
🌐 GMT Offset: -5 (EST with DST)
⏳ Loading session profile: default.json
πŸ“… Asian: 00:00-09:00 | London: 07:00-16:00 | New York: 12:00-21:00
πŸ”” Alert: London session starts in 15 minutes

πŸ“± OS Compatibility Table

Operating System Version Status Notes
Windows πŸͺŸ 10 / 11 βœ… Full MT5 build 4000+
macOS 🍎 12+ (via Wine) ⚠️ Partial Graphics may lag
Linux 🐧 Ubuntu 22.04+ βœ… Full Native MT5 build
Android πŸ€– 11+ ❌ Not natively Use MT5 mobile app only
iOS 🍏 16+ ❌ Not natively Use MT5 mobile app only

TradeZone Alchemist is a desktop-first tool. Mobile compatibility is via platform bridge only.


✨ Feature List

  • 🎨 Full Color Customization – Every session gets its own color, opacity, and border style
  • 🌍 GMT Offset & DST Support – Works from Tokyo to Tierra del Fuego
  • πŸ”” Configurable Session Alerts – Know when London wakes up
  • πŸ“ Multi-Timeframe Display – Works on M1, M5, H1, H4, D1
  • 🧩 Profile Presets – Save & load session profiles
  • πŸš€ Low Latency Rendering – No chart lag, even on 100+ symbols
  • πŸ†Ž Multilingual UI – English, Spanish, Chinese, Arabic, Hindi
  • πŸ›‘οΈ 24/7 Customer Support – Via email & community forum
  • πŸ”Œ OpenAI & Claude API Integration – (Optional) Get AI-generated session insights

πŸ”Œ OpenAI & Claude API Integration

TradeZone Alchemist can optionally connect to OpenAI GPT-4 or Claude 3 to generate real-time session commentary.

# Example integration snippet
import openai

prompt = f"Current session: London. EUR/USD volatility index: {vol_index}. Provide a 1-sentence trade bias."
response = openai.ChatCompletion.create(model="gpt-4", messages=[{"role": "user", "content": prompt}])
print(response.choices[0].message.content)

What this unlocks:

  • AI-powered market mood summaries per session
  • Dynamic volatility alerts based on historical session patterns
  • Natural language session reports for your trading journal

No API key? No problem. The indicator works fully offline.


🌐 Responsive UI & Multi-Device Harmony

The interface adapts to screen resolution like water to a vessel:

Device Layout Behavior
4K Monitor Full desktop with advanced controls Perfect clarity
1080p Laptop Compact panel, scrollable No overflow
1366x768 Netbook Minimalist mode Essential only
Tablet (via RDP) Touch-friendly buttons Large tap targets

πŸ” SEO-Friendly Keyword Integration

This tool is crafted for traders searching for:

  • forex session indicator mt5
  • trading session highlighter
  • london new york overlap mt5
  • gmt offset session tool
  • multi-session visualizer metatrader 5
  • customizable session colors forex
  • session alert system trading

Each search is a whisper in the dark. TradeZone Alchemist amplifies that whisper into a flare.


πŸ“œ License

This project is licensed under the MIT License – see the LICENSE file for details.

You are free to modify, distribute, and embed this tool. No stringsβ€”only sessions.


⚠️ Disclaimer

Trading carries substantial risk. TradeZone Alchemist is a visualization aid, not a financial advisor. Past session patterns do not guarantee future market behavior. Always use proper risk management. The author assumes no liability for trading losses incurred through the use of this software.


🧩 Final Word

TradeZone Alchemist is forged in the crucible of forex time. Whether you are a scalper in Tokyo, a swing trader in London, or an algo architect in New Yorkβ€”this tool bends the clock to your will.

Download

Start your session. Own your timeline. πŸ•°οΈ

Releases

No releases published

Packages

 
 
 

Contributors