Rejoignez notre page de fans
Prop Firm Risk Dashboard - daily loss and drawdown monitor - indicateur pour MetaTrader 5
- Vues:
- 2027
- Note:
- Publié:
- Mise à jour:
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Prop Firm Risk Dashboard is a lightweight, read-only panel that helps you stay within prop-firm risk limits. Attach it to any one chart and it watches the whole account.
It shows - and color- codes green, orange, red as you approach a limit - your balance and equity, floating P/L, today's P/L (equity change since the start of the trading day), the daily loss used as a percent of a configurable daily-loss limit, the max drawdown used as a percent of a configurable max-drawdown limit (measured from a configurable starting balance), and the margin level.

Inputs let you set the daily-loss percent limit, the max-drawdown percent limit, the starting balance (0 = use the current balance), the warning and danger thresholds, and the panel's corner, offsets, font, colors and background.
The day's starting equity is stored in a terminal global variable, so today's P/L stays correct across chart reloads and terminal restarts.
This is a monitoring tool only - it does not place, modify or close any orders. It works on any symbol and timeframe.
MQTTFive — MQTT 5.0 Client Library
MQTTFive — a fully-featured implementation of the MQTT 5.0 client for MQL5. Features: • MQTT v5.0 — all packet types, properties, QoS 0/1/2 • TCP + TLS via the native MQL5 Socket API • Will messages with properties (will_delay_interval, payload_format, message_expiry) • Topic aliases for outgoing PUBLISH messages • Flow Control (Receive Maximum) • Subscription Options (no_local, retain_as_published, retain_handling) • Binary and UTF-8 payloads • Automatic retry for QoS 1/2 • Zero DLL dependencies — pure MQL5 Tested with Mosquitto 5.0 (15 tests, all PASS). Documentation: https://github.com/chekh/MQTTFive Licence: MIT
Consecutive Bars (with history)
An oscillator that shows 2 line studies: 1 for consecutive up bars, and 1 for consecutive down bars.
Spread Monitor Panel - live spread with spike alerts
On-chart panel with the live spread of the chart symbol - current, minimum, average and maximum since attach - color-coded against your warning and danger thresholds, plus an optional alert when the spread stays at the danger level for N consecutive seconds (news and rollover spikes).
Position Size Calculator - risk-based lot sizing script
Calculates the correct lot size for a planned trade from your risk (percent of equity or a fixed money amount) and stop-loss distance (points or a price level). Respects the symbol's contract specification - tick size and value, volume min/max/step - and estimates the required margin.