Spécifications
https://www.sendspace.com/file/6l1bkh0y
A video of the front end project is attached or uploaded in the link for view, the project is to build web app trader for login of mt4 / mt5 login and trades, the Web app is still under development your ideas matter in this project feel free to share ideal regards this project if you are good in Visual studio 2022 VS code and have handled C++ projects before on multiple situation this project might be yours.
UI/UX Layout Breakdown
+-----------------------------------------------------------------------------------+
| ADVANCE INTENSE PRO TRADER [Status: Secured/AES-256] [Master Kill Switch] |
+--------------------------+--------------------------------------------------------+
| ACCOUNT MANAGER (8/8) | MAIN MULTI-CHART GRID (Real-time Canvas / WebSockets) |
| | |
| • MT4 Acct #1 (Active) | +----------------------+ +----------------------+ |
| • MT4 Acct #2 (Active) | | EURUSD (1M) | | US30 (1M) | |
| • MT4 Acct #3 (Active) | | [Breakout Ind. Line] | | [Breakout Ind. Line] | |
| • MT4 Acct #4 (Active) | | 🟢 BUY Entry Marker | | 🔴 SELL Entry Marker | |
| • MT5 Acct #1 (Active) | +----------------------+ +----------------------+ |
| • MT5 Acct #2 (Active) | |
| • MT5 Acct #3 (Active) | +----------------------+ +----------------------+ |
| • MT5 Acct #4 (Active) | | GOLD (1M) | | DE40 (1M) | |
| | | | | | |
+--------------------------+ +----------------------+ +----------------------+ |
| RISK & EXECUTION LOGS | |
| ATR Stop | ATR TP | Trail| |
+--------------------------+--------------------------------------------------------+
Key Interface Sections
1. Top Header Bar
Branding & Status: Displays the platform name with a live security status badge indicating that the AES-256 encrypted credential vaults are locked and active.
Global Controls: Features a Master Emergency Stop (Kill Switch) that instantly halts the C++ automation engine across all 8 connected accounts in case of extreme market volatility.
2. Left Sidebar: Multi-Account Dashboard
Account Status Panel: A dedicated panel listing all four MT4 and four MT5 connections.
Live Metrics: Shows real-time balance, equity, floating profit/loss, and connection latency (ping) for each individual broker bridge to ensure no account lags behind during breakout spikes.
3. Center Screen: High-Performance Multi-Chart Grid
Grid Layout: Split screens displaying fast-refreshing charts for major instruments (EURUSD, USDJPY, GBPUSD, DE40, GER40, US30, US100, US500, Gold, and Silver).
Visual Validation Markers: When the C++ backend detects a market price breaking through individual or multi-indicator levels, green or red execution arrows appear instantly on the respective instrument's chart screen to visually validate the automated entry.
4. Bottom Panel: Risk Management & Trade Logs
ATR Tracking: Real-time display of calculated ATR Stop Loss, ATR Take Profit, and dynamic ATR Trailing Stop levels for every active position.
Execution Audit Trail: A live-scrolling log showing exact timestamps, order execution slips, and confirmation tags received back from the MT4/MT5 broker servers.