WeekAnchor Eight
- Uzmanlar
- Sürüm: 1.0
- Etkinleştirmeler: 9
## WeekAnchor Eight
WeekAnchor Eight is a MetaTrader 5 Expert Advisor designed to manage an eight-symbol FX portfolio from a single chart.
Each symbol can have its own magic number, lot setting, spread limit, and risk configuration.
The recommended chart setup is an H1 chart of a liquid FX symbol.
With the default preset, attaching the EA to GBPJPY H1 is a simple standard setup example, but the EA does not trade only the chart symbol.
It monitors and manages all enabled portfolio symbols internally.
This product is not a martingale system, not a grid system, and not an arbitrage system.
It is designed around a weekly opening-price reference, D1 ATR-based protective levels, and diversified multi-symbol management.
### Basic Specification
Platform: MetaTrader 5
Product type: Expert Advisor
Portfolio style: Eight-symbol FX portfolio
Recommended chart: H1 FX chart
Standard setup example: GBPJPY H1
Default lot mode: FixedLot
RiskPercent mode: Available per symbol
Supported symbols:
- GBPJPY
- USDJPY
- AUDJPY
- EURJPY
- AUDCHF
- GBPCHF
- CHFJPY
- GBPUSD
### Overview
WeekAnchor Eight is intended to manage multiple FX symbols from one EA instance.
Each symbol has separate inputs for enabling/disabling, symbol name, lot sizing mode, fixed lot, RiskPercent, magic number, and maximum spread.
The EA is attached to one chart only.
The standard setup example is GBPJPY H1, but the EA internally scans and manages every enabled symbol.
Do not attach the same settings to multiple charts, because duplicate instances with the same magic numbers may interfere with position management.
Broker symbols may use suffixes or prefixes, such as GBPJPY#, GBPJPY.a, or m.GBPJPY.
The EA can resolve available broker symbols automatically.
If automatic resolution does not match your broker environment, SymbolPrefix or SymbolSuffix can be set manually.
### Main Features
- Eight-symbol portfolio management from one EA instance
- Separate magic number for each symbol
- FixedLot or RiskPercent sizing per symbol
- Per-symbol maximum spread filter in pips
- D1 ATR-based emergency stop loss
- D1 ATR-based take profit
- Internal time-exit rule
- Automatic broker suffix and prefix resolution
- Broker-aware digits, pips, volume step, and filling-mode handling
- Missing-history handling that disables only the affected symbol for the current run
### Lot and Risk Settings
The default preset uses FixedLot mode with 0.01 lot per enabled symbol.
RiskPercent mode is also available per symbol.
RiskPercent is a per-symbol setting, not a total portfolio risk setting.
Because several symbols may hold positions at the same time, users should review the total configured exposure across all enabled symbols.
If the calculated RiskPercent lot is smaller than the broker minimum lot, the default safety policy skips the entry instead of forcing a larger lot.
This behavior is intended to avoid automatically exceeding the selected RiskPercent.
A minimum-lot override option is available, but it can produce a larger actual risk than the selected RiskPercent and should be used only after careful testing.
### Input Parameters
Broker / Execution:
- InpDeviationPoints: Slippage/deviation guard in points.
- InpUseSpreadFilter: Enables or disables the spread filter.
- InpTimerSeconds: Timer-based polling interval.
- InpAutoResolveSymbols: Automatically resolves broker-specific symbol names.
- InpSymbolPrefix: Optional manual symbol prefix.
- InpSymbolSuffix: Optional manual symbol suffix.
Risk / Exit:
- InpEmergencySL_ATR: Emergency stop loss distance as a D1 ATR multiplier.
- InpTakeProfit_ATR: Take profit distance as a D1 ATR multiplier.
- InpRiskBelowMinLotPolicy: Action when the calculated RiskPercent lot is below the broker minimum lot.
Pair Presets:
- InpUse...: Enables or disables each symbol.
- InpSymbol...: Sets the symbol name for each pair.
- InpSizing...: Selects FixedLot or RiskPercent.
- InpLot...: Fixed lot used in FixedLot mode.
- InpRiskPct...: Per-symbol RiskPercent used in RiskPercent mode.
- InpMagic...: Magic number for each symbol.
- InpMaxSpread...: Maximum spread in pips for each symbol.
### Before Use
Attach the EA to one H1 FX chart.
The standard setup example is GBPJPY H1.
The actual traded symbols are the enabled symbols in the EA inputs, not only the chart symbol.
Before using the EA, make sure all target symbols are available in Market Watch.
Broker conditions can differ by symbol name, spread, commission, swap, volume rules, execution mode, account currency, and historical data quality.
Please check the following before live operation:
- All target symbols are available in Market Watch.
- The symbol suffix or prefix is resolved correctly.
- Fixed lots match the broker minimum lot and volume step.
- RiskPercent lots are not unexpectedly below the broker minimum lot.
- Account currency, commission, swap, and spread are included in your testing.
- No duplicate EA instance is running with the same magic numbers.
If required historical data is missing for a symbol, the EA prints WAE8_PAIR_DISABLED and disables only that symbol for the current run.
In that case, the result should be treated as a partial-symbol portfolio run, not as a full eight-symbol portfolio run.
### Risk Notice
This product is an automated trading tool.
It is not investment advice and does not guarantee profit or prevent losses.
Descriptions, settings, Strategy Tester examples, screenshots, and documentation are reference information only.
They do not guarantee future profit, win rate, drawdown, or trade frequency.
FX and CFD trading involve substantial risk, including price movement, market gaps, news events, low liquidity, spread widening, slippage, execution rejection, connection issues, platform interruptions, abnormal history data, leverage risk, account-currency conversion, commission, swap, and broker-specific trading conditions.
Users are responsible for checking local regulations, tradable instruments, broker conditions, account settings, symbols, lot size, margin, leverage, and acceptable risk before live operation.
Before live use, run the Strategy Tester with your own broker data and test the EA on a demo account or with minimum lot size.
The developer is not affiliated with, endorsed by, or guaranteed by any broker.
### FAQ
Q. Is this a martingale or grid EA?
A. No. WeekAnchor Eight is not a martingale, grid, or arbitrage system.
Q. How many charts are required?
A. One H1 chart is enough. GBPJPY H1 is the standard setup example. The EA internally manages all enabled symbols, so do not attach the same settings to multiple charts.
Q. Does the EA trade only the chart symbol?
A. No. The chart is used to run the EA. The traded symbols are the enabled symbols in the EA inputs.
Q. Can it work with broker suffix symbols?
A. Yes. Keep AutoResolveSymbols enabled. If your broker uses a stable suffix such as #, you can also set SymbolSuffix manually.
Q. Why are there no trades in RiskPercent mode?
A. If the calculated lot is below the broker minimum lot, the default safety policy skips the entry. This avoids taking a larger risk than the selected RiskPercent.
Q. Can I use symbols other than the listed eight?
A. The default preset was designed for the listed eight symbols. Other symbols are not recommended unless you perform your own testing.
Q. Does the EA guarantee profit?
A. No. No automated trading system can guarantee profit. Always test the EA under your own broker conditions and use conservative risk settings.
