Position Guard
- Utilitários
-
Kevin Johannes Witt
MQL5 / MetaTrader 5 developer. I build Expert Advisors and custom indicators from clear specifications, and I fix, debug and optimize existing MT5/MQL5 code.
What I focus on:
- Clean, modular, well-commented MQL5 - each concern in its own class/function. - Versão: 1.0
Position Guard automatically manages your open positions on MetaTrader 5. It does not open trades and makes no market prediction - it is a money- and risk-management layer on top of manual trades or trades opened by another EA. Features: - Breakeven: move the stop to entry (with a spread-safe offset) after a set profit in pips. - Staged partial close: take partial profit at up to three configurable profit levels. - Trailing stop: starts after a set distance, then trails with a configurable step. - Equity protection: close all managed positions when the floating loss reaches your limit (percent of balance or a money amount). - Magic-number filter: manage all positions, one specific EA's trades, or only manual trades. All parameters are external inputs. Works on any symbol and timeframe. Compiled with 0 errors and 0 warnings. No DLL calls, no time or account limitations.
