Open Trade EA
- Utilitaires
- Version: 1.0
- Activations: 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.
