Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

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

author EAcpu | 4 reads | 0 comments |

Speedometer - indicator for MetaTrader 5

Speedometer - indicator for MetaTrader 5

Speedometer - indicator for MetaTrader 5

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


Speedometer - indicator for MetaTrader 5

Figure 1. Metric alerts

Speedometer - indicator for MetaTrader 5

Figure 2. Information on the right

Speedometer - indicator for MetaTrader 5

Figure 3. Information on the left

suggestion:


Attachment download

📎 speedometer.mq5 (5.15 KB)

Source: MQL5 #15732

Verification code Refresh