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 using an old mql4 editor (build 509) to compile and modify an existing indicator and
would like to use ChartOpen(). All I need to do is just compile so I can copy the ex4
to the new MT4 (build 840) and use ChartOpen like it was intended.
I added some code like this to just take the call in this format and link it run time.
But when I compile it says:
ChartOpen: no dll defined for the imported function.
Is there any other way to get this to work ?