Open Trade EA
- 유틸리티
-
Frank William Jr Colbert
안녕하세요 여러분! 저는 거래를 더 안전하고 쉽게 만들기 위해 몇 가지 거래 도구, 유틸리티 및 심층 분석 도구를 만들어야겠다고 생각했고, 이것들이 다른 분들의 외환 거래, 분석 및 리스크 관리 여정에도 도움이 되기를 바랍니다. 저는 수익성이 입증될 수 있는 수동 또는 자동화된 거래 전략에서 잠재적인 엣지(우위)를 발견할 목적으로 이러한 모든 도구를 구축했습니다. 저는 MT4 및 MT5용 제 거래 아이디어 설정을 최대한 통제하고 싶습니다. 저는 제 자신의 전략이나 제가 접하는 다른 EA 전략에서 어떤 수익 및 리스크 유형을 찾고 - 버전: 1.0
- 활성화: 5
A basic entry and position management EA that opens trades on multiple currency pairs at specific times. It includes its own internal trailing stop and take-profit logic, as well as integrated "end-of-day" and "Friday" profit-close features from the other scripts.
Features:
Opens trades on user-defined `PairsSet1` through `Set6` at specific `TradeTime` inputs.
Configurable position sizing (`Lots`), Stop Loss, and Take Profit.
Includes its own `TrailOrders` function that trails both SL and TP based on `ProfitMove` steps.
Embeds the `DayProfitClose` and `ExitOnFriday` modules internally.
Limits total open positions and positions per pair.
Effective Uses:
Time-Based Strategy: Create a simple "opening range breakout" or "session starter" that places a buy and sell at 8:00 AM every day.
Basic Backtesting Template: Test a simple strategy concept (time entry, fixed SL/TP, trailing stop) without complex logic.
