Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | PriceChanges

This multi-symbol indicator shows the price changes of symbols from the Market Watch between two dates defined by vertical lines.

This provides a convenient opportunity to evaluate what and how much has moved/moves to better/faster represent the market situation as a whole.

MetaTrader Experts, Indicators, Scripts and Libraries

Management.

The dates are supposed to be managed with the mouse. And display - through the keyboard by following keys.

#define  KEYCODE_KEY_C          67 // |C| - KEY_C  #define  KEYCODE_NUMPAD_0       96 // |0| - NUMPAD_0  #define  KEYCODE_OPEN_BRACKET  219 // |[| - OPEN_BRACKET  #define  KEYCODE_CLOSE_BRACKET 221 // |]| - CLOSE_BRACKET

That allows you to quickly switch between the corresponding symbols. Convenience can be felt only by launching and trying it.

Features.

The indicator restarts itself at startup. And self-starts when it changes the symbol.

49132