
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
Hello,
wish you all good new year 2021.
I want to use
to show a Bitmap on Chart. The Bitmap is loaded by:
Unfortuntely, i get always
File not found (5002)
returned.
The Bitmap definitely is in the mql4/images folder.
I checked out various path values, like:
\\images\\short.bmp
or
full path
or just
short.bmp
Always getting same error.
When using
the bitmap is found and shown on the chart.
(I use canvas, because i need a transparent bitmap and it seems CCanvas makes this somehow possible).
This is the code snippet:
What is wrong in my code ?
Thank you