NEXA Breakout Velocity
- Experts
-
Park Seongcheon
Hello,
My name is Park Sung Chan, a developer specializing in MetaTrader 5 algorithmic trading systems.
I design and research long-term, reliable automated trading models based on the structural characteristics and statistical patterns of financial markets. - Version: 1.0
NEXA Breakout Velocity is an automated trading system based on channel breakout logic combined with momentum (ROC), volume filtering, and ATR-based risk management.
The system is designed to detect volatility expansion phases where price breaks beyond recent ranges with increasing speed and participation.
All signals are calculated on closed bars only.
Only one position per symbol is maintained at a time.
The system combines the following components:
-
Channel-based breakout detection
-
Rate of Change (ROC) velocity filter
-
Volume expansion filter
-
Optional lower timeframe confirmation
-
ATR-based stop-loss calculation
-
Risk-reward ratio target setting
-
Account risk percentage position sizing
-
Dynamic risk control mechanisms
The strategy does not rely on breakout alone.
It attempts to filter breakouts by requiring momentum and volume confirmation.
-
A price channel is calculated using recent highs and lows.
-
The last closed candle is checked for breakout beyond the channel.
-
The ROC value is compared to its historical average.
-
Volume is compared to its recent average.
-
If enabled, confirmation is required on a lower timeframe.
-
Stop-loss is calculated using ATR.
-
Take-profit is calculated using the defined risk-reward ratio.
-
Lot size is determined automatically based on account risk settings.
All calculations are performed on closed candles.
Recommended Default Setup-
Chart timeframe: M15
-
Enable automated trading
-
Ensure sufficient historical data before running
The system may operate on other timeframes, but it is primarily structured for medium-term breakout detection.
Main Input ParametersStrategy Parameters
InpChannelLen
Length of the breakout channel.
Higher values reduce trade frequency and may increase breakout strength filtering.
InpRequireROC
Enable or disable momentum filtering.
InpROCMult
Multiplier for ROC threshold.
Higher values reduce the number of trades. Lower values increase frequency.
InpRequireVolume
Enable or disable volume filtering.
InpVolMult
Multiplier for average volume threshold.
InpUseM5Confirm
Enable lower timeframe confirmation.
This may reduce trade frequency while increasing filtering strength.
Stop and Target Settings
InpATRPeriod
ATR calculation period.
InpSL_ATR_Mult
Stop-loss distance multiplier.
Stop-loss = ATR × this value.
InpRR
Risk-reward ratio.
Take-profit = Stop-loss distance × RR.
Risk Management Settings
UseAccountRisk
Enable account risk percentage-based lot sizing.
RiskPercentPerTrade
Percentage of account balance risked per trade.
MaxDailyLossPercent
Daily loss limit to stop trading.
MaxTotalDrawdownPct
Maximum total drawdown threshold.
ConsecLossLimit
Number of consecutive losses before temporary trading suspension.
UseVolatilityAdjust
Automatically reduces lot size during high volatility conditions.
This product can also be used for educational and research purposes.
Recommended approach:
-
Backtest at least 3 years of historical data.
-
Compare fixed lot mode and risk-based mode.
-
Adjust Channel Length and ROC multiplier step by step.
-
Analyze monthly profit distribution.
-
Compare performance with and without lower timeframe confirmation.
Avoid changing multiple parameters at once during optimization.
Typical Market ConditionsThe strategy tends to operate during:
-
Range breakout phases
-
Volatility expansion periods
-
Sessions with increased trading activity
Performance characteristics may vary during prolonged sideways conditions.
Important NoticeThis is an automated trading system.
Financial markets involve risk.
Past performance does not guarantee future results.
Users are responsible for adjusting settings according to their own risk tolerance and capital conditions.
-
Delivered as a compiled EX5 file.
-
No DLL calls included.
-
No external licensing system is used.
-
No external data collection is performed.
-
The product does not contain restricted or promotional elements.
