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 | Speedometer

The indicator displays the tick speed, the path passed by the price and the passage time in milliseconds. The speed is displayed in points per second. If the speed is greater than specified in the settings, the indicator generates an alert, sends e-mail messages and notifications to mobile device.

Parameters:

input int              FontSize     = 12;                   // Font size
input string           FontName     = "Arial";              // Font name
input color            ClrWay       = Red;                  // Label color - price path in points
input color            ClrSpeed     = Yellow;               // Label color - speed in points per second
input color            ClrTime      = White;                // Label color - change of time in seconds
input int              SpeedSound   = 20;                   // Notification of exceeding the speed
input ENUM_BASE_CORNER Corner       = CORNER_RIGHT_UPPER;   // Corner to display the information
input bool             AlertOn      = true;                 // Enable alerts

MetaTrader Experts, Indicators, Scripts and Libraries

Fig.1. Indicator alerts

MetaTrader Experts, Indicators, Scripts and Libraries

Fig.2. Information on the right

MetaTrader Experts, Indicators, Scripts and Libraries

Fig.3. Information on the left

Recommendations:

  • Use the indicator as a trading assistant.
15732

Best MetaTrader Indicators + Profitable Expert Advisors