Open Trade EA
- Yardımcı programlar
-
Frank William Jr Colbert
Herkese merhaba! Ticareti kendim için daha güvenli ve kolay hale getirmek için bazı ticaret araçları, yardımcı programlar ve derinlemesine analiz cihazları yapmayı düşündüm ve umarım bunlar başkalarının da forex ticareti, analiz ve risk yönetimi yolculuğunda işlerine yarar. Tüm bu araçları, kârlı - Sürüm: 1.0
- Etkinleştirmeler: 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.
