New article at mql5.com - Event handling in MQL5: Changing MA period on-the-fly

 

New article Event handling in MQL5: Changing MA period on-the-fly is published at mql5.com:

Suppose that simple MA (Moving Average) indicator with period 13 is applied to a chart. And we want to change the period to 20, but we do not want to go to indicator properties dialog box and edit the number 13 to 20: simply tired of these tedious actions with mouse and keyboard. And especially we don't want to open indicator code and modify it. We want to do all this with a single press of a button - "up arrows" next to the numeric keypad. In this article I'll describe how to do it.

Author: Sceptic Philozoff