Apex Pola N Quant
- エキスパート
- バージョン: 2.20
- アクティベーション: 5
Apex Pola N Quant is an institutional quantitative trading system engineered for prop firm challenges and live capital protection. The Expert Advisor identifies structural price action pullbacks on the H1 timeframe using confirmed swing pivots and role-reversal levels.
Trading Methodology:
The algorithm scans price structure on bar close to detect confirmed N-pattern expansions. When a key high or low is broken, the EA calculates a pending limit order at the breakout level (Role Reversal). Entries are strictly placed via pending Buy Limit and Sell Limit orders to avoid market execution slippage.
Capital Preservation and Prop Firm Controls:
The system includes dedicated risk management modules specifically designed to meet proprietary firm rules:
- Dynamic Risk Sizing: Automatically calculates exact position volume based on a user-defined account percentage and stop loss distance.
- Daily Loss Circuit Breaker: Automatically halts new order placement for the rest of the day if daily drawdown hits your threshold.
- Profit Target Lock: Automatically locks trading activity once your equity target is achieved.
- Hard Equity Floor: Enforces an emergency account equity stop level.
Execution Discipline:
- Strictly one trade at a time.
- Hard stop loss and take profit defined on every order.
- Zero martingale, zero grid accumulation, zero averaging down.
- Automatic cancellation of pending orders if the market reaches target or breaches invalidation levels before entry.
- ATR volatility filter to prevent executions during flat consolidation.
Recommended Configuration:
- Primary Symbol: XAUUSD (Gold)
- Secondary Symbols: EURUSD, GBPUSD
- Timeframe: H1
- Recommended Risk: 0.5% to 1.0% per trade
- Account Type: Prop Firm Challenge, ECN, Raw Spread, or Standard
Input Parameters:
- InpRiskPercent: Percentage of account balance risked per trade
- InpRR_Ratio: Risk to reward ratio for target calculation
- InpUseFixedLot: Enable manual fixed volume instead of auto-risk
- InpFixedLot: Fixed lot size if auto-risk is disabled
- InpMaxLotPerTrade: Hard ceiling on order volume
- InpDailyLossLimitUSD: Maximum permitted loss in account currency per day
- InpTargetEquityPass: Equity level that triggers trading lock
- InpHardEquityFloor: Minimum equity protection boundary
- InpMagicNumber: Unique order identification number
- InpMaxSpreadPoints: Maximum allowable spread filter
