On MetaTrader 5, the Strategy Tester only supports processing custom events on EAs (not Indicators), but nothing else.
On MetaTrader 4, the Strategy Tester does not support the OnChartEvent() at all.

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
Hi!
I'm trying to get a mouse click position on chart using OnChartEvent()
It work's fine on a "real chart", but when I try to do the same at strategy tester, doesn't work ...
So I get these vars to create some objects...
I've read on some topics that I could do it with some DLL, but I couldn't, can anyone help me? Thanks!