detecte manual object creation of the chart New comment Essam Daoud 2018.06.22 23:17 Hi Is there a way to fire an event when the user manually draws (or changes an existing) either a trend line or horizontal line on the chart? I find doing a for loop over ObjectTotal() inside the OnTick() is too much CPU effort for this task. Thanks Arrowed Line - Lines - Objects - Charts - MetaTrader 5 for Android Arrowed Line - Lines - Objects - Chart - MetaTrader 5 for iPhone Graphical Objects - Analytical Objects - Price Charts, Technical and Fundamental Analysis Keith Watford 2018.06.23 10:43 #1 Look through the documentation for OnChartEvent() New comment
Hi
Is there a way to fire an event when the user manually draws (or changes an existing) either a trend line or horizontal line on the chart?
I find doing a for loop over ObjectTotal() inside the OnTick() is too much CPU effort for this task.
Thanks