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.
Spotting Larger-Than-Usual Price Swings
StdDevThreshold
The EA only opens a new position if the Standard Deviation value meets or exceeds this threshold, ensuring enough market movement.
StdDevPeriod
How many past candles are used to calculate the Standard Deviation (higher means smoother, lower means more sensitive).
ATREntryBias
• **Momentum**: Go with the candle’s direction if it closed higher than it opened (bullish) or lower (bearish).
• **MeanReversion**: Go against the candle’s direction, assuming it might reverse back.
Pausing Between Trade
EntryCooldown
Number of hours the EA waits before placing another trade, to help avoid rapid-fire entries.
EntryCooldownTimeframe
Which timeframe’s candle data (open, close, StdDev) the EA observes for determining cooldown and volatility checks.
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 these distances to position your profit/loss box at a comfortable spot on the chart.
XAxisDistance
Adjust these distances to position your profit/loss box at a comfortable spot on the chart.
Collapsible tab content