거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

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

Guad Bibar
Guad Bibar
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.
조회수:
351
평가:
(1)
게시됨:
업데이트됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Trend Execution Planner dashboard

TREND 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.