Anyone?
At least the right point in time would be using OnTrade() handler.
Do you get an Error code when using GetLastError()?
Dominik Egert:
At least the right point in time would be using OnTrade() handler.
Do you get an Error code when using GetLastError()?
Sorry for the delay, GetLastError() is returning "0".....
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 tried using the following method for taking chart screenshots, but it's not working, I have searched the MQL5 folder for any pictures of the screenshots and I haven't found anything.
https://www.mql5.com/en/docs/standardlibrary/cchart/cchartscreenshot
Bellow there is a code snipped of the function I'm calling inside the OnTick() loop
I guess there must be restrictions on how to use it.
Also tried using the ChartScreenShot() in a similar fashion but it can't be called inside OnTick() (only works inside OnChartEvent() ) for some unknown reason...... maybe it applies also to chart.ScreenShot()
I wanted to take screenshots everytime I enter and exit a trade, I don't have clue how to do it inside the OnChartEvent() since it requires interaction with the chart.
Thanks in advance.