Blog / Strategy
Strategy

Power Candle Scalper

Disclaimer: This article is for educational and informational purposes only. It does not constitute financial or investment advice. Trading forex and CFDs carries significant risk of loss. Past performance of any strategy — including backtests — does not guarantee future results. Never trade with money you cannot afford to lose.

What Is This Strategy?

The Power Candle Scalper is a pure price-action momentum scalping strategy for MetaTrader 5 that uses no technical indicators at all — no moving averages, no RSI, no ATR. Instead of relying on a calculated indicator, it reads the raw shape and sequence of candlesticks directly off the chart. Scalping is a short-term style that aims to capture small, fast moves, and this strategy is designed for the 1-minute (M1) timeframe on tight-spread, fast-moving instruments such as EUR/USD.

The core idea is what the author calls a two-bar "power sequence." A single candle on the 1-minute chart is noisy and often misleading, so the strategy refuses to act on one bar alone. Instead it waits for two back-to-back candles that both show strong conviction in the same direction — an "ignition" candle that breaks recent structure, followed by a "confirmation" candle that accelerates further. The logic is that genuine, one-sided order flow tends to show itself across more than a single bar, while random pokes usually fade after one candle.

As a learning tool, the Power Candle Scalper is well suited to traders who want to understand breakout continuation and momentum concepts without the abstraction of indicators. Because every rule is expressed in terms of candle bodies, closes, and prior highs and lows, you can study exactly why each trade was or wasn't taken. This article frames the strategy as an analysis of a trading concept, not as a profit opportunity — the goal is to help you understand how the mechanics work and where they may struggle.

How It Works

The strategy evaluates the chart once per freshly closed candle and looks at two specific completed candles: the ignition candle (the older of the two) and the confirmation candle (the most recently closed). It also scans a window of bars before the ignition candle to define recent structure.

Here is what the strategy signals on each closed bar:

Entry: When both the ignition and confirmation conditions are met, the strategy enters at the close of the confirmation candle — buying at the Ask for longs, selling at the Bid for shorts.

Stop-loss (structural and self-scaling): The stop is placed just beyond the opposite extreme of the two-candle sequence — below the lower of the two lows for a long, above the higher of the two highs for a short — buffered by the StopBufferFrac fraction of the sequence's total range. Because the buffer scales with the size of the move, there is no per-symbol point math to tune.

Take-profit: The target is set at a fixed multiple of the stop distance, defined by RewardRatio. With the default of 1.40, the take-profit sits 1.4 times the structural risk away from entry. Each trade therefore carries a defined, capped risk and a proportional reward, and the position exits when either the stop or the target is reached.

Power Candle Scalper MT5 EA
Illustrative example of the strategy’s entry and exit logic — not real trading results.

Strategy Parameters

Parameter Default Min Max Description
BreakoutLookback 5 2 25 Number of bars before the ignition candle whose high/low its close must break to count as a micro break of structure.
BodyDominance 0.55 0.30 0.85 Minimum fraction of each candle's range that its body must occupy, ensuring only decisive candles qualify.
CloseStrength 0.65 0.50 0.95 Minimum fraction into the candle's extreme that the close must reach (near the high for longs, near the low for shorts).
StopBufferFrac 0.15 0.00 1.00 Extra stop buffer beyond the sequence's opposite extreme, expressed as a fraction of the two-candle sequence range.
RewardRatio 1.40 0.60 4.00 Take-profit distance as a multiple of the structural stop distance (the reward-to-risk ratio).
MaxSpreadPoints 20 1 200 Maximum allowed spread (in points) at entry; wider spreads cause the signal to be skipped.
Lots 0.10 0.01 1.00 Fixed trade volume in lots.
Magic 5108 0 9,999,999 Magic number used to identify and manage this EA's positions.
Power Candle Scalper MT5 EA — MQL5 source code

Recommended Chart Settings

The Power Candle Scalper was built for a tight-spread, fast-moving symbol such as EUR/USD on the M1 (1-minute) timeframe. The two-candle power sequence and the spread gate are both tuned to the kind of brief, sharp momentum bursts that appear on lower timeframes in liquid markets.

That said, the rules are generic enough to run on any liquid symbol or timeframe you select for testing. Keep in mind that behavior will vary considerably across instruments and market conditions — spread costs, volatility, and the frequency of clean structure breaks all differ from one symbol to the next. Always test on the exact symbol, timeframe, and broker conditions you intend to use.

How to Install on MetaTrader 5

What to Consider Before Using This EA

Strengths of the approach. Requiring two consecutive power candles is a sensible way to filter out the random single-bar spikes that dominate M1 noise. The structural, self-scaling stop adapts to the size of the move that created the signal, so risk is defined by the market rather than by a fixed point value. The spread gate is a thoughtful touch for a scalping system, where costs can easily erode small targets.

Known limitations. Breakout continuation strategies historically perform best in trending or impulsive conditions and tend to struggle in tight, range-bound, or choppy markets — exactly the environment where a "break" is often a fake-out that reverses. On the 1-minute chart, that whipsaw risk is amplified. Because the strategy demands two strong, aligned candles plus a structure break, valid signals may be relatively infrequent, and the strict close-strength and body-dominance filters can cause it to miss moves that develop more gradually.

Where it may underperform. During low-volatility sessions, news-driven gaps, or periods of erratic spread widening, the edge the strategy relies on may not be present. Entering at the close of an already-extended second candle can also mean buying near a short-term exhaustion point if momentum stalls. None of these are reasons to dismiss the concept — they are simply conditions every momentum trader must understand and account for.

Risk Management Tips

Good risk management matters far more than any single entry signal. As general educational principles:

Risk Warning

Trading foreign exchange, CFDs, and other leveraged financial instruments involves substantial risk of loss and is not suitable for all investors. The strategies and tools discussed on this page are provided for educational purposes only and do not constitute financial advice, investment recommendations, or solicitation to trade. Always consult a qualified financial adviser before making trading decisions. Past backtest performance is not indicative of future results.

Downloads

← Back to Blog