Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Experts

Trend Execution Planner - Regime and Risk Panel - expert pour MetaTrader 5

Guad Bibar
Guad Bibar
  • Founder & MQL4/MQL5 Developer à  Quantum Labs
  • Israël
  • 1478
5 (1)
Founder of Quantum Labs and MQL4/MQL5 developer focused on practical, configurable trading tools. I build custom Expert Advisors, indicators, utilities, dashboards, alert systems, risk controls, and trade-management logic for MetaTrader.
Vues:
289
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
Trend Execution Planner dashboardTREND EXECUTION PLANNER - REGIME AND RISK PANEL

Additional screenshots 


Trend Execution Planner is a free, open-source MetaTrader 5 chart utility for traders who want to assess market conditions and size a hypothetical trade before placing an order manually or starting another system.


IMPORTANT: It is an Expert Advisor only because it needs access to live account and symbol specifications. It is strictly non-trading. It never opens, modifies, closes, or sends any order or position request.

WHAT IT SHOWS

- A transparent trend-condition score from price/MA direction, MA slope, ADX, and Kaufman's Efficiency Ratio.
- Strong up-trend, strong down-trend, or mixed/neutral condition classification.
- Current spread expressed as a percentage of ATR, with a configurable execution-cost limit.
- Long and short hypothetical plans using the current Ask/Bid, an ATR stop, and a reward/risk target.
- Broker-normalized lot size calculated in account currency with OrderCalcProfit.
- Required margin calculated with OrderCalcMargin, plus a free-margin check.
- A warning if the broker's minimum lot would exceed the selected money risk.

HOW THE CONDITION SCORE WORKS

score = direction x 100 x efficiency ratio x min(1, ADX / 50)

The score is signed by the direction of price relative to a moving average and its slope. The Efficiency Ratio measures whether price moved directly from A to B or followed a choppy path. A positive or negative score describes the current market condition only; it is not a forecast, entry signal, or trade recommendation.

RISK-PLAN METHOD

The calculator uses the selected percentage of equity or balance as the requested money risk. Stop distance is the larger of the selected ATR multiple and the broker's minimum stop distance. It calculates the risk of one lot at that stop using the symbol's actual contract and account-currency conversion rules, rounds volume down to the broker's valid volume step, and checks margin for that exact volume.

USAGE

1. Attach the tool to any chart and timeframe.
2. Set the trend-model and risk-plan inputs to match your workflow.
3. Treat the panel as a condition and execution checklist. Make any trading decision separately.

SAFETY

This code contains no CTrade, OrderSend, position modification, or chart-line modification calls. It reads market/account data and creates only its own removable panel objects on the chart.
Risk Position Size Calculator Risk Position Size Calculator

Set your risk %, drag the stop, and get the exact lot size priced in your account currency — margin and target included. Calculates only, never trades.

MT5 Order Preflight - Read-Only Validation MT5 Order Preflight - Read-Only Validation

Checks a hypothetical MT5 market or pending order against current symbol, volume, tick-size, stop-distance and filling rules without sending a trade.

Risk Based Position Size Calculator Risk Based Position Size Calculator

Draggable Entry, Stop-Loss and Take-Profit lines with a live on-chart panel that calculates the exact lot size for a chosen account risk. No manual math, no guessing — drag the lines, read the size.

Swing High Low - Non-Repainting Pivots with Push/Email Alerts Swing High Low - Non-Repainting Pivots with Push/Email Alerts

Marks non-repainting swing highs and lows using configurable LeftBars / RightBars pivots. Sends push and email alerts on each new confirmed swing.