How the EA Chooses Lot Size & Places Trades
PositionSizeMode
Decide whether to use a fixed lot size (**StaticSize\_LotSizeRisk**) or dynamically calculate the lot size as a portion of your equity (**DynamicSize\_PercentageRisk**).
LotSizeRisk
When **PositionSizeMode** is fixed (static), this is the exact lot size used per trade.
PercentageRisk
When **PositionSizeMode** is dynamic, this sets the percentage of account equity risked on each trade.
StopLossPips
Specifies how many pips away from the entry price the stop loss is placed to protect against big losses.
TakeProfitPips
Sets how many pips away the EA will lock in profit if the trade moves favorably.
CCI Settings
Identifying Overbought and Oversold Levels
CCIThreshold
The Commodity Channel Index has to exceed (in absolute terms) this value to indicate a stronger-than-usual move before trading.
CCIPeriod
How many past candles the EA uses to calculate the CCI (higher = smoother, lower = more sensitive).
ATREntryBias
• **Momentum**: Enter trades in the same direction as the previous candle’s movement (bullish or bearish).
• **MeanReversion**: Go against the previous candle’s direction, anticipating a possible reversal.
Pausing Between Trades
EntryCooldown
The EA will wait this many hours between trades to avoid placing multiple orders too quickly.
EntryCooldownTimeframe
Which timeframe’s candles (open, close, CCI data) the EA references for confirming cooldown and candle direction.
Your On-Chart Information Display
TextColor
Pick your favorite colors to customize the profit/loss labels and their background.
ValueColor
Pick your favorite colors to customize the profit/loss labels and their background.
BoxColor
Pick your favorite colors to customize the profit/loss labels and their background.
YAxisDistance
Adjust this distance to position your profit/loss box at a comfortable spot on the chart.
XAxisDistance
Adjust this distance to position your profit/loss box at a comfortable spot on the chart.
Collapsible tab content