As far as I understand it from mql5, the ChartEvent() is when you click the mouse . . . not when you are constantly moving it.
OnChartEvent() is an event handler for all sorts of chart events : https://docs.mql4.com/basis/function/events#onchartevent
Each time he moves to mouse a chart event is generated.
When moving the trend line, value = 0 are displayed in the comment.
Can you please report that to ServiceDesk. Thank you.
When you click and hold down the mouse button to move a trendline, the trendline's value is set to 0. It is only when you release the mouse button that the new value will be set.
So while you are moving the trendline the value will be 0
as you can c, FinGer attached a pic. from MT5 that working just fine
as you can c, FinGer attached a pic. from MT5 that working just fine
Maybe, but this is the MT4 forum.
When I posted
When you click and hold down the mouse button to move a trendline, the trendline's value is set to 0. It is only when you release the mouse button that the new value will be set.
So while you are moving the trendline the value will be 0
I was making an observation. Whether or not that is how it is supposed to work, I don't know.
I explained it badly, I'm sorry.
ServiceDesk has solved the problem. (fixed)
Thanks all.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
When moving the trend line, value = 0 are displayed in the comment.