
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 Guys,
i try to use the CHARTEVENT_MOUSE_WHEEL on a new MT4 Build 1170. Confused ist that the MTEditor suggest me the event and the ENUM 'CHART_EVENT_MOUSE_WHEEL' for the ChartSetInteger function. But the ChartSetInteger function return false and GetLastError return 4210 = Unknown Chart Property.
For testing i did the same code run on MT5, there it run successful.
Got anyone an idea if i can use a file/lib or something else from MT5 to get the event run on mt4 ? Or where the events are managed ?
Here is an article of the event https://www.mql5.com/en/docs/constants/chartconstants/enum_chartevents (last part)
Thanks.