ProRiskManager prioritizes precision by calculating position sizes directly through broker functions to match displayed risk with actual potential losses. Users can prepare trades using draggable chart lines for entry and stop loss levels. The tool automates post-entry management with ATR-based trailing stops, break-even adjustments, and partial close buttons. It supports both percent-of-equity and fixed-lot sizing models. Additional features include a scale-in button for adding to positions and a collapsible, high-DPI interface.
Broker-truth position sizing via OrderCalcProfit
Draggable visual entry and stop loss lines
ATR-based trailing stop with activation thresholds
Automated break-even with configurable tick padding
Read from ProRiskManager_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpATRPeriod
int
14
ATR Period (trailing)
InpATRMult
double
4.0
ATR Multiplier (trailing distance)
InpBEPadding
double
2.0
Break-Even padding (ticks)
InpBETriggerRR
double
1.5
Auto BE trigger (R multiple)
InpEnableAutoBE
bool
true
Enable Auto Break-Even
InpEnableSLTrail
bool
true
Enable ATR Trailing Stop
InpTrailActivateRR
double
0.0
Trail activates after R-multiple profit (0=immediate)
InpTrailMinStepATR
double
0.0
Min SL step as fraction of ATR (0=1 tick)
InpEnableScaleIn
bool
true
Enable Scale-In button
InpDefaultTPRR
double
3.0
Default TP R:R (for initial SL placement)
InpMagicNumber
int
0
Magic (0 = manage all symbol positions)
InpRiskAuditLog
bool
true
Log full risk-sizing chain
Show all 13 inputs
Name
Type
Default
Description
InpUIScale
double
0.0
UI scale (0 = auto from monitor DPI)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone mhosseini1989/ProRiskManager from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 file into Experts, and any .mqh files into the Include folder the code expects.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This MetaTrader expert advisor functions as a trade manager that automates stop loss adjustments for existing positions. It specifically waits until a trade reaches a user-defined profit threshold in points before initiating a trailing stop. The tool includes flexible filtering options to manage specific symbols, magic
Trader Pad is a trade management utility for MetaTrader 5 designed to automate position exits and risk control after an entry is initiated. The software handles stop-loss and take-profit placement in ticks, providing advanced trailing stop logic and break-even functionality. It allows users to scale out of positions th
This trade manager for MetaTrader 4 and 5 automatically adjusts the stop-loss levels of open positions using the Average True Range indicator. It allows users to define the trailing distance through a configurable ATR period and multiplier. The expert advisor includes filtering logic to apply the trailing stop only to
PSAR Trailing Stop is a management utility for MetaTrader 4 and 5 that automates the adjustment of stop-loss levels for open positions. Instead of manual movement, it follows the Parabolic SAR indicator values to lock in profits or minimize losses as a trend progresses. The software includes filtering options to target
This expert advisor is a utility for MetaTrader 4 and MetaTrader 5 designed to manage stop-loss levels for existing trades. It utilizes Bill Williams' Fractals indicator to dynamically adjust the stop loss as new fractal points form on the chart. Users can configure the number of bars to scan and specify which fractal
This visual trade management utility for MetaTrader 5 assists manual traders with order execution and risk management. It features interactive chart lines for entry, stop loss, and take profit levels, allowing for drag-and-drop price adjustments. The system automatically calculates position sizes based on a defined per