MT5 Currency Strength Dashboard With Intraday History & Playback Feature

MQL5 Experts Other

Specification

I am looking for an experienced MQL5 developer to build a currency strength analysis tool for MetaTrader 5, inspired by the functionality shown here:

https://www.livecharts.co.uk/currency-strength.php

The main idea is simple: calculate and display the relative strength of major forex currencies to support better trade decisions.

However, the key feature I want (which is currently missing from most strength meters) is the ability to track and replay currency strength movement during the day.

Most tools only show the current strength snapshot. I want something that also shows how strength evolved during the trading session.

Project Objective:

Build a currency strength dashboard that not only shows current strength but also records data so I can review:

  • Which currency has been strongest during the session
  • Which currency has been consistently weak
  • How strength relationships changed over time
  • Momentum shifts between currencies

Functional Requirements:

1. Currency Strength Calculation

The system should calculate strength for:

USD
EUR
GBP
JPY
AUD
CAD
CHF
NZD

Using multiple related forex pairs (developer may suggest best methodology).

Output should include:

  • Strength ranking
  • Numerical strength values
  • Strongest vs weakest identification

2. Intraday Data Storage (Key Requirement)

The system must:

  • Continuously record currency strength values
  • Store data during the trading session
  • Allow historical reference during the day

3. Playback Feature (Core Feature)

I want the ability to:

  • Review earlier strength conditions
  • Scroll back strength values
  • See strength progression
  • Optionally replay movement like a timeline
  • Identify session leaders/laggards

Developers are free to propose the best UI approach.

4. Visualization

Preferred display options:

  • Dashboard panel
  • Strength table
  • Line graph showing strength evolution
  • Color coding for strong vs weak currencies

Clean and professional UI preferred.

Optional Enhancements (Open to ideas):

Developers may propose:

  • Strength crossover alerts
  • Strong vs weak pair suggestions
  • Trend detection logic
  • Session statistics
  • Data export capability
  • Strength momentum signals

Implementation Approach:

I am open to your technical recommendations such as:

  • Custom Indicator
  • Expert Advisor dashboard
  • Hybrid architecture
  • Efficient data storage method

Performance and clean code are important.

Deliverables:

  • MQ5 source code
  • EX5 compiled file
  • Installation instructions
  • Brief documentation

To Apply Please Include:

  • Your proposed calculation approach
  • How you would implement the historical playback feature
  • Examples of similar tools you have built
  • Suggested improvements (if any)

Responded

1
Developer 1
Rating
(18)
Projects
22
9%
Arbitration
6
33% / 50%
Overdue
1
5%
Loaded
2
Developer 2
Rating
(3)
Projects
3
0%
Arbitration
1
0% / 100%
Overdue
0
Free
3
Developer 3
Rating
(16)
Projects
18
6%
Arbitration
5
20% / 80%
Overdue
1
6%
Free
4
Developer 4
Rating
(51)
Projects
69
35%
Arbitration
4
25% / 75%
Overdue
0
Free
5
Developer 5
Rating
(4)
Projects
4
0%
Arbitration
0
Overdue
0
Free
6
Developer 6
Rating
(8)
Projects
12
0%
Arbitration
23
0% / 78%
Overdue
4
33%
Free
7
Developer 7
Rating
(3)
Projects
5
20%
Arbitration
1
0% / 0%
Overdue
1
20%
Working
8
Developer 8
Rating
(5)
Projects
7
0%
Arbitration
8
13% / 75%
Overdue
3
43%
Free
9
Developer 9
Rating
(32)
Projects
33
61%
Arbitration
1
100% / 0%
Overdue
1
3%
Free
Published: 5 codes
10
Developer 10
Rating
(3)
Projects
3
0%
Arbitration
0
Overdue
0
Free
11
Developer 11
Rating
(39)
Projects
46
28%
Arbitration
14
21% / 64%
Overdue
1
2%
Loaded
12
Developer 12
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
Looking to buy an EA which is good, profitable and takes many trades, good for IB broker comissions, Any strategy or martingale is fine, send me a demo license file, I will backtest and purchase immediately if my team like it
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
Indicator 125+ USD
Hi guys looking for a buy sell indicator not necessarily for trading solely based on it but more for getting an indication of market dynamic and direction. If you believe you have or have a good strategy or idea for such an indicator drop a message. I will want to test it before making deposit as this is such an open order woth so many options. Waiting to hear from you. Flexible with price
Looking to work woth manualtraders who have a proved existing strategy. To be clear, this is not a request to develop or design a new strategy. If you already trading and have strategy that is proven, consistent, and production-ready, with at least 6 months of history performance I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction
Scalping EA 30+ USD
Hello, I am looking for an Expert Advisor (EA) that focuses on account preservation and consistent growth , rather than aggressive or risky strategies. My requirements are: Target: at least ~1% weekly return Strategy: low-risk, controlled drawdown Must NOT use martingale or grid systems that can blow the account Prefer quality trades over quantity like 100–200 trades per day Consistency is more important than high
Looking for a good EA 2000 - 5000 USD
Hello coders ,I am looking for a good already established MT5 EA ,that doesnt blow account, with maximum 10 percent drowdown,I need to backtest by myself,after that i select the developer
Hello i need bot 30 - 100 USD
I need a trading bot (Expert Advisor) that can send alerts to mobile, Telegram, and the MT5 desktop platform. The bot should work as a market scanner for all symbols available in my MetaTrader 5 Market Watch. It must analyze multiple indicators and convert their signals into a point-based scoring system, then send alerts based on those scores. Requirements: Send notifications to: Mobile (push notifications) Telegram
Project Overview ​I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. ​The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
I have recently used an ea that was absolutely perfect however, I have since found it was not a safe source. I use IC Markets raw spread ECN accounts and the bot I would like is a gold + btc trader (other forex are also fine) that trades extremely high lots, whilst trading extremely high frequency. I am happy to take a bot that already exists if this has an account I can view read only for true results
Mlondi traders 30+ USD
//@version=5 strategy("Simple SMC Bot", overlay=true) // Detect highs/lows hh = ta.highest(high, 10) ll = ta.lowest(low, 10) // Break of structure bullishBOS = close > hh[1] bearishBOS = close < ll[1] // Entry logic if bullishBOS strategy.entry("Buy", strategy.long) if bearishBOS strategy.entry("Sell", strategy.short) // Stop loss & take profit strategy.exit("Exit Buy", from_entry="Buy", loss=50, profit=100)

Project information

Budget
30 - 50 USD

Customer

Placed orders3
Arbitrage count0