You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
When using multiple MT5 charts side by side, many traders find it annoying to manually match the symbol and timeframe on each chart.
This becomes especially inconvenient when charts are docked tightly together, because the timeframe toolbar at the top can be far away or even hidden.
So I created a tool that lets you switch symbols and timeframes across multiple charts with a single click. I’m also sharing the full source code.
■ What this tool can do
Switch symbols on all linked charts at once → Makes it easy to synchronize multiple charts to the same instrument.
Switch timeframes instantly on receiver charts → Especially useful in docked layouts (no need to reach for the top toolbar).
Assign an ID to each chart to define its role → For example: main chart, monitoring chart, secondary chart, etc.
Synchronize charts using global variables → Works entirely with standard MT5 features (no external DLLs).
Simple source code that is easy to modify
■ Source Code (full code included)
Sender Side
Receiver Side
■ Final Notes
Many traders have ideas for “multi‑chart synchronization tools,” but there are surprisingly few examples that are actually implemented and shared publicly. I hope this helps someone who wants to build or customize their own setup.
If you have any improvement suggestions or ideas for additional features, feel free to let me know.