
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
I have created an EA that opens several new charts using...
ChartOpen(symbol, period);
If I open 3 charts for instance, I can see the following (see attached Capture.JPG file).
When I click one of the above tabs to change chart, e.g. GBPUSD,M1, is there a way my EA can get notified of this 'chart changed' event?
As the EA is running inside a particular chart, I think this is going to require some WinAPI functionality, but that it where I get stuck :-(
Can someone please point me in the direction of a sample/solution to this issue, if possible?