Magic numberMagicNumber
- Predeterminado
- 552987
- Rango sugerido
- —
The ID the EA stamps on its own orders so it never touches positions it did not open. Change it only if another EA on the same account happens to use the same number.
Max slippageSlippage
- Predeterminado
- 3
- Rango sugerido
- —
How far (in pips) a market order may fill from the requested price before it is rejected. Three pips is a working default for EUR/USD; it does not affect the backtest.
One entry per barOncePerBar
- Predeterminado
- true
- Rango sugerido
- —
The setup is evaluated once per closed M5 bar. The published record was measured this way; turning it off lets the same condition fire repeatedly inside a single bar.
RSI period (outside bar)RSI_Period_rsi2
- Predeterminado
- 7
- Rango sugerido
- —
The RSI length read on the bar that closes outside the band. Seven is deliberately short — the EA is looking for a spike, not a trend.
RSI applied price (outside bar)RSI_Price_rsi2
- Predeterminado
- 0
- Rango sugerido
- —
0 = close price, the measured setting.
RSI period (return bar)RSI_Period_rsi1
- Predeterminado
- 7
- Rango sugerido
- —
The RSI length read on the bar that closes back inside the band. It uses the same length as the outside bar so the two readings are directly comparable.
RSI applied price (return bar)RSI_Price_rsi1
- Predeterminado
- 0
- Rango sugerido
- —
0 = close price, matching the other RSI.
Band period (middle line)BB_Period_mid1
- Predeterminado
- 500
- Rango sugerido
- —
The 500-bar centre line of the Bollinger band. On M5 that is roughly 1.7 days of price, and a buy is only allowed while the returning bar closed below it.
Band deviation (middle line)BB_Dev_mid1
- Predeterminado
- 2.0
- Rango sugerido
- —
The centre line itself does not use the deviation, but the value is kept identical to the other bands so all five readings come from one band definition.
Band applied price (middle line)BB_Price_mid1
- Predeterminado
- 0
- Rango sugerido
- —
0 = close price, the measured setting.
Band period (lower, outside bar)BB_Period_lo2
- Predeterminado
- 500
- Rango sugerido
- —
Length of the band read on the bar that leaves the range downward. Same 500 bars as every other band on this build.
Band deviation (lower, outside bar)BB_Dev_lo2
- Predeterminado
- 2.0
- Rango sugerido
- —
Two standard deviations. Widening it makes the setup rarer, narrowing it lets ordinary noise qualify as a stretch.
Band applied price (lower, outside bar)BB_Price_lo2
- Predeterminado
- 0
- Rango sugerido
- —
0 = close price, the measured setting.
Band period (lower, return bar)BB_Period_lo1
- Predeterminado
- 500
- Rango sugerido
- —
Length of the band read on the bar that returns. It is a separate reading from the outside bar because the band itself moves between the two bars.
Band deviation (lower, return bar)BB_Dev_lo1
- Predeterminado
- 2.0
- Rango sugerido
- —
Two standard deviations, matching the outside bar so the same line is used for leaving and for coming back.
Band applied price (lower, return bar)BB_Price_lo1
- Predeterminado
- 0
- Rango sugerido
- —
0 = close price, the measured setting.
Band period (upper, outside bar)BB_Period_up2
- Predeterminado
- 500
- Rango sugerido
- —
The mirror of the lower-band reading, used for the short side. Same 500 bars.
Band deviation (upper, outside bar)BB_Dev_up2
- Predeterminado
- 2.0
- Rango sugerido
- —
Two standard deviations, symmetric with the long side.
Band applied price (upper, outside bar)BB_Price_up2
- Predeterminado
- 0
- Rango sugerido
- —
0 = close price, the measured setting.
Band period (upper, return bar)BB_Period_up1
- Predeterminado
- 500
- Rango sugerido
- —
The short-side mirror of the lower return band. Read on its own bar for the same reason.
Band deviation (upper, return bar)BB_Dev_up1
- Predeterminado
- 2.0
- Rango sugerido
- —
Two standard deviations, matching the rest of the build.
Band applied price (upper, return bar)BB_Price_up1
- Predeterminado
- 0
- Rango sugerido
- —
0 = close price, the measured setting.
Lot sizeLotSize
- Predeterminado
- 0.1
- Rango sugerido
- —
A fixed lot for every position — it never scales with equity and never increases after a loss. The published record used this size on a 10,000 USD balance.
Buy stop-lossSL_Pips_obuy
- Predeterminado
- 52
- Rango sugerido
- —
The stop attached to a long the moment it is sent, in pips. It is never moved, so a losing long costs about this much and no more.
Buy take-profitTP_Pips_obuy
- Predeterminado
- 52
- Rango sugerido
- —
The target on a long, the same distance as the stop. The edge has to come from being right more often than wrong, not from a wider payoff.
Sell stop-lossSL_Pips_osell
- Predeterminado
- 52
- Rango sugerido
- —
The stop attached to a short, mirroring the long side exactly.
Sell take-profitTP_Pips_osell
- Predeterminado
- 52
- Rango sugerido
- —
The target on a short, the same distance as its stop.
Max positionsMaxPositions_nf
- Predeterminado
- 1
- Rango sugerido
- —
One position at a time. A new setup is ignored while a trade is open, which is what keeps a bad stretch from turning into a stack of correlated losses.