Acceleration EA Pro
- エキスパート
- Hipolito Garcia Gilvan
- バージョン: 5.0
- アクティベーション: 5
Acceleration EA Pro is a fully automated Expert Advisor for MetaTrader 5
that identifies and trades price acceleration impulses in real time.
The core idea is simple: when price accelerates sharply in any direction,
the EA enters that same direction and rides the momentum until deceleration
or a defined exit condition is met. It works both long and short, making
it effective in trending markets, news spikes, and breakout conditions.
─── HOW IT WORKS ───────────────────────────────────────────
The EA measures price acceleration using a derivative of momentum:
the rate of change of the rate of change. When a statistically
significant impulse is detected — above a configurable threshold —
and confirmed over N bars, an order is placed in the impulse direction.
LONG entry → price accelerates upward beyond threshold
SHORT entry → price accelerates downward beyond threshold
Exits are triggered by:
• Deceleration below exit threshold
• Fixed take profit or stop loss (in points)
• Trailing stop that locks in profits as momentum continues
• Maximum trade duration (time-based exit)
─── KEY FEATURES ───────────────────────────────────────────
✔ Trades both directions — long and short automatically
✔ Acceleration-based entry — not lagging MA crossovers
✔ Dynamic trailing stop follows the impulse
✔ News filter — pauses trading around high-impact events
✔ Session filter — trade only during configured hours
✔ Spread filter — skips entries when spread is too wide
✔ Lot sizing by fixed size or percentage of account balance
✔ Max drawdown protection — pauses EA if DD limit hit
✔ Works on all symbols: Forex, Indices, Crypto, Gold, Oil
✔ Full optimization-ready parameters
─── INPUT PARAMETERS ───────────────────────────────────────
Accel_Period — bars for acceleration calculation (default: 3)
Accel_Threshold — minimum impulse to trigger entry (default: 0.0015)
Confirm_Bars — bars to confirm impulse (default: 1)
StopLoss_Points — fixed stop loss in points (default: 300)
TakeProfit_Points — fixed take profit in points (default: 600)
Trailing_Start — profit in points to activate trailing (default: 200)
Trailing_Step — trailing stop step in points (default: 50)
Max_Duration_Bars — max open time in bars before forced close (default: 20)
Lot_Mode — Fixed / PercentBalance
Lot_Fixed — fixed lot size (default: 0.10)
Lot_Percent — % of balance per trade (default: 1.0)
Max_Spread_Points — max allowed spread to enter (default: 20)
Session_Start — trading session start (hh:mm)
Session_End — trading session end (hh:mm)
Max_DD_Percent — max drawdown % before EA pauses (default: 15.0)
Magic_Number — unique identifier for this EA's orders
─── RECOMMENDED SETTINGS ───────────────────────────────────
Best results on M5 and M15 timeframes.
Recommended symbols: EURUSD, GBPUSD, XAUUSD, NAS100.
Use Lot_Mode = PercentBalance with 1–2% for safe compounding.
Increase Accel_Threshold on volatile instruments (Gold, Nasdaq).
Combine with session filter (London/NY overlap) for highest quality signals.
─── RISK MANAGEMENT ────────────────────────────────────────
• Each trade is protected by a fixed stop loss.
• Trailing stop locks in gains as momentum continues.
• Max drawdown guard pauses the EA automatically if a loss limit is reached.
• One trade open at a time per symbol by default.
─── BACKTESTING NOTES ──────────────────────────────────────
For accurate results, use:
• Every tick model (not OHLC)
• At least 2 years of tick data
• Variable spread enabled
Recommended data source: Dukascopy via Tick Data Suite.
─── COMPATIBILITY ──────────────────────────────────────────
Platform : MetaTrader 5
Type : Expert Advisor (.ex5)
Symbols : All (Forex, Crypto, Indices, Commodities)
Timeframes : M1, M5, M15, M30, H1
Execution : Market orders (instant execution brokers preferred)
─── NOTES ──────────────────────────────────────────────────
Past performance does not guarantee future results.
Always test on a demo account before deploying live.
Use proper risk management — never risk more than you can afford to lose.
that identifies and trades price acceleration impulses in real time.
The core idea is simple: when price accelerates sharply in any direction,
the EA enters that same direction and rides the momentum until deceleration
or a defined exit condition is met. It works both long and short, making
it effective in trending markets, news spikes, and breakout conditions.
─── HOW IT WORKS ───────────────────────────────────────────
The EA measures price acceleration using a derivative of momentum:
the rate of change of the rate of change. When a statistically
significant impulse is detected — above a configurable threshold —
and confirmed over N bars, an order is placed in the impulse direction.
LONG entry → price accelerates upward beyond threshold
SHORT entry → price accelerates downward beyond threshold
Exits are triggered by:
• Deceleration below exit threshold
• Fixed take profit or stop loss (in points)
• Trailing stop that locks in profits as momentum continues
• Maximum trade duration (time-based exit)
─── KEY FEATURES ───────────────────────────────────────────
✔ Trades both directions — long and short automatically
✔ Acceleration-based entry — not lagging MA crossovers
✔ Dynamic trailing stop follows the impulse
✔ News filter — pauses trading around high-impact events
✔ Session filter — trade only during configured hours
✔ Spread filter — skips entries when spread is too wide
✔ Lot sizing by fixed size or percentage of account balance
✔ Max drawdown protection — pauses EA if DD limit hit
✔ Works on all symbols: Forex, Indices, Crypto, Gold, Oil
✔ Full optimization-ready parameters
─── INPUT PARAMETERS ───────────────────────────────────────
Accel_Period — bars for acceleration calculation (default: 3)
Accel_Threshold — minimum impulse to trigger entry (default: 0.0015)
Confirm_Bars — bars to confirm impulse (default: 1)
StopLoss_Points — fixed stop loss in points (default: 300)
TakeProfit_Points — fixed take profit in points (default: 600)
Trailing_Start — profit in points to activate trailing (default: 200)
Trailing_Step — trailing stop step in points (default: 50)
Max_Duration_Bars — max open time in bars before forced close (default: 20)
Lot_Mode — Fixed / PercentBalance
Lot_Fixed — fixed lot size (default: 0.10)
Lot_Percent — % of balance per trade (default: 1.0)
Max_Spread_Points — max allowed spread to enter (default: 20)
Session_Start — trading session start (hh:mm)
Session_End — trading session end (hh:mm)
Max_DD_Percent — max drawdown % before EA pauses (default: 15.0)
Magic_Number — unique identifier for this EA's orders
─── RECOMMENDED SETTINGS ───────────────────────────────────
Best results on M5 and M15 timeframes.
Recommended symbols: EURUSD, GBPUSD, XAUUSD, NAS100.
Use Lot_Mode = PercentBalance with 1–2% for safe compounding.
Increase Accel_Threshold on volatile instruments (Gold, Nasdaq).
Combine with session filter (London/NY overlap) for highest quality signals.
─── RISK MANAGEMENT ────────────────────────────────────────
• Each trade is protected by a fixed stop loss.
• Trailing stop locks in gains as momentum continues.
• Max drawdown guard pauses the EA automatically if a loss limit is reached.
• One trade open at a time per symbol by default.
─── BACKTESTING NOTES ──────────────────────────────────────
For accurate results, use:
• Every tick model (not OHLC)
• At least 2 years of tick data
• Variable spread enabled
Recommended data source: Dukascopy via Tick Data Suite.
─── COMPATIBILITY ──────────────────────────────────────────
Platform : MetaTrader 5
Type : Expert Advisor (.ex5)
Symbols : All (Forex, Crypto, Indices, Commodities)
Timeframes : M1, M5, M15, M30, H1
Execution : Market orders (instant execution brokers preferred)
─── NOTES ──────────────────────────────────────────────────
Past performance does not guarantee future results.
Always test on a demo account before deploying live.
Use proper risk management — never risk more than you can afford to lose.
