Speedometer - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources - MetaTrader 5 Resources



This indicator shows the speed of price movement, the path the price has taken, and the elapsed time in milliseconds. Speed is displayed in points per second. If the speed is greater than specified in the settings, the indicator generates an alert and sends an email and notification to the mobile device.
Input integer font size = 12 ; // font size Input string font name = "Song Dynasty" ; // 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 - time change in seconds Input integer speed sound = 20 ; // speeding notification Input ENUM_BASE_CORNER corner = CORNER_RIGHT_UPPER ; // Corner point display information Input boolean Alarm On = true ; // Enable alarm

Figure 1. Metric alerts

Figure 2. Information on the right

Figure 3. Information on the left
suggestion:
Attachment download
📎 speedometer.mq5 (5.15 KB)
Source: MQL5 #15732
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •