Equity Expiration
- 유틸리티
-
Frank William Jr Colbert
안녕하세요 여러분! 저는 거래를 더 안전하고 쉽게 만들기 위해 몇 가지 거래 도구, 유틸리티 및 심층 분석 도구를 만들어야겠다고 생각했고, 이것들이 다른 분들의 외환 거래, 분석 및 리스크 관리 여정에도 도움이 되기를 바랍니다. 저는 수익성이 입증될 수 있는 수동 또는 자동화된 거래 전략에서 잠재적인 엣지(우위)를 발견할 목적으로 이러한 모든 도구를 구축했습니다. 저는 MT4 및 MT5용 제 거래 아이디어 설정을 최대한 통제하고 싶습니다. 저는 제 자신의 전략이나 제가 접하는 다른 EA 전략에서 어떤 수익 및 리스크 유형을 찾고 - 버전: 1.0
- 활성화: 5
A time-based position expiration system that moves trades to a "watch list" after they reach a certain age. It does not close them immediately but waits for them to hit a profit target (or loss target) before exiting.
Features:
Global and Magic-specific expiration periods (format: HH:MM:SS).
Tracks expired trades separately and only closes them when a `MIN_PROFIT_CLOSE` target is met (or loss target if "Close Only Profitable" is false).
Includes a manual control and statistics reporting functions (`GetExpiredOrdersSummary`, `ForceCheckExpired`).
Can also delete pending orders on expiration.
Effective Uses:
Aging Off Trades: Force a trade to close only after 30 days if it hasn't hit its target, but only if it becomes profitable.
Scalping Expiration: For a scalping EA, use a short Magic expiration (e.g., 60 minutes). If a trade isn't closed in profit by then, this EA will wait for it to hit a small profit target before exiting.
Capital Preservation: Prevent trades from staying open indefinitely and tying up margin.
