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

Interactive On-Chart Risk Management and Execution Panel - MetaTrader 5용 expert

조회수:
306
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Interactive On-Chart Risk Management & Execution Panel for MetaTrader 5

This Expert Advisor provides an intuitive, high-performance Graphical User Interface (GUI) directly on your chart, designed to eliminate manual position-size calculation errors and speed up trade execution under fast market conditions.

Key Features:

  • Dynamic Equity-Based Risk Calculator: Automatically calculates exact lot sizes based on a user-defined risk percentage of the account equity and the active Stop Loss distance in pips.

  • One-Click Order Execution: Instant BUY and SELL buttons that automatically attach Stop Loss and Take Profit levels upon order placement.

  • Emergency & Management Tools:

    • CLOSE ALL: Instantly liquidates all open positions associated with the Expert Advisor's Magic Number.

    • SET BREAKEVEN: Automatically moves the Stop Loss of all winning positions to entry price to secure risk-free trades.

  • Automated Trailing Stop Engine: Continuously monitors active trades in real-time, locking in profits as price advances according to custom distance and step parameters.

  • Lightweight GUI: Built with clean native object functions for fast rendering and zero latency on chart ticks.

Input Parameters:

  • InpRiskPercent: Percentage of equity risked per trade (Default: 1.0% ).

  • InpDefaultSLPips / InpDefaultTPPips: Default Stop Loss and Take Profit distances in pips.

  • InpUseTrailing / InpTrailingStopPips / InpTrailingStepPips: Controls for the continuous trailing stop logic.

  • InpPanelX / InpPanelY: Custom screen coordinates for panel placement.

How to Use:

  1. Attach the Expert Advisor to any chart.

  2. The panel will automatically calculate the optimal lot size based on your equity and default Stop Loss.

  3. Click BUY or SELL to execute trades instantly, or use SET BREAKEVEN / CLOSE ALL to manage active market exposure with a single click.

Chaos Theory Lyapunov Exponent EA Chaos Theory Lyapunov Exponent EA

Quantitative MT5 Expert Advisor that filters market noise using Chaos Theory and the Largest Lyapunov Exponent (LLE). Trades momentum EMA crossovers only during deterministic market regimes, with built-in ATR risk management.

Drawdown Meter Drawdown Meter

Most reports give you one drawdown number - the worst one. This read-only script measures all three that matter on your own closed history: depth, duration and frequency. It prints the maximum drawdown with its peak, trough and recovery dates, the longest underwater period in days, whether you are at a new peak or how far below it and for how long, and a table of the deepest episodes with the days each took to recover. An episode is not a losing streak: it closes only when a NEW high is made, so a dip that never reclaims the old peak stays the same episode - which is what makes the duration column meaningful. Entry commissions are included and a partial close counts as one round turn, so the curve carries full cost. Optional percentage figures and CSV export. Deposits and withdrawals are excluded: this is the drawdown of your trading, not of your balance line.

Fair Value Gap Detector Indicator Fair Value Gap Detector Indicator

Detects 3-candle Fair Value Gaps (price imbalances) and draws them as boxes that extend live until price trades back through the gap. Detection runs only on fully closed bars, so gaps never flicker in and out as the current candle forms.

Neural Loss-Pattern Auditor Neural Loss-Pattern Auditor

Neural Loss-Pattern Auditor trains a small feed-forward neural network, written from scratch in native MQL5, on closed-deal history to test whether behavioral and market-context features predict which trades are more likely to lose. It reports an accuracy uplift over a naive baseline, a probability-calibration table, a permutation feature-importance ranking, and a configurable A-F composite grade with recommendations. On first run it uses a built-in synthetic demo, so the output is visible immediately with no setup; switch one input to InpUseDemoData=false to analyze real account history instead. Pure MQL5: no external libraries, no Python, and no AI service of any kind.