Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Prop Firm Risk Dashboard - daily loss and drawdown monitor - indicateur pour MetaTrader 5

Dror Munk
Dror Munk
I build robust, fully-tested MetaTrader Expert Advisors and indicators in MQL5 and MQL4, with a focus on safe execution and honest validation — not just code that compiles, but code that behaves correctly under real conditions.
What you get from an order:
Vues:
2027
Note:
(1)
Publié:
Mise à jour:
MQL5 Freelance 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.

Prop-Firm Risk Dashboard panel

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 — 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) 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 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 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.