GridBay
- Experts
- Versione: 1.0
- Attivazioni: 10
What the Robot Does
Automatically opens grids in a single direction (Buy or Sell) based on RSI and Ichimoku signals. Averages positions across three waves: Wave 1 is the primary grid, Wave 2 is the first additional averaging layer, Wave 3 is deep averaging. When drawdown becomes severe, the robot automatically activates hedging by opening a grid in the opposite direction. Profit management is handled through Global Take-Profit, Trailing Take-Profit, and Break-Even. Deposit protection is provided via maximum drawdown limit, daily loss limit, and a Stop-Loss on every position. Runs around the clock or within specified trading sessions only.
The robot catches price reversals, builds a grid, averages against the move, and locks in profit on the reversal. Under heavy drawdown it activates a hedge for protection.
Lot Settings
BaseLot 0.01 — base lot size for the first order
LotPerBalance 1000.0 — account balance in USD per 1 base lot; 0 = fixed lot
Primary Grid — Wave 1
UseAutoGrid true — enable automated trading
Grid_StepPips 40 — grid step in pips
Grid_MaxOrders 5 — maximum number of orders
Wave1_LotMult 1.5 — lot multiplier for each subsequent order
Wave 2 — First Additional Averaging
UseWave2 true — enable
Wave2_TriggerPips 150 — pips against position before Wave 2 activates
Wave2_GridStepPips 15 — grid step
Wave2_MaxOrders 8 — maximum orders
Wave2_BaseLot 0.02 — base lot
Wave2_LotMult 1.5 — lot multiplier
Wave 3 — Deep Averaging
UseWave3 true — enable
Wave3_TriggerPips 300 — pips against position before Wave 3 activates
Wave3_GridStepPips 25 — grid step
Wave3_MaxOrders 6 — maximum orders
Wave3_BaseLot 0.03 — base lot
Wave3_LotMult 1.5 — lot multiplier
Profit & Close
GlobalTP_USD 100.0 — close all orders when total profit reaches this USD value
Position Protection
UseStopLoss true — enable Stop Loss
StopLossPips 120 — stop-loss in pips
UseBreakEven true — enable break-even transfer
BreakEvenPips 20 — pips in profit required to move to break-even
Indicators
Init_UseRSI true — use RSI filter
RSI_Period 10 — RSI period
RSI_Overbought 55 — overbought level
RSI_Oversold 45 — oversold level
Hedging
UseHedging true — enable hedging
Hedge_DrawdownPct 25.0 — drawdown percentage that triggers the hedge
Hedge_StepPips 40 — hedge grid step
Hedge_MaxOrders 5 — maximum orders
Hedge_BaseLot 0.015 — base lot
Manual Grid
Manual_StepPips 30 — grid step
Manual_MaxOrders 6 — maximum orders
Manual_BaseLot 0.01 — base lot
Manual_LotMult 1.3 — lot multiplier
Risk Management
MaxDrawdownPercent 40.0 — maximum account drawdown (%)
UseDailyLossLimit true — enable daily loss limit
DailyLossLimitUSD 200.0 — maximum loss per day (USD)

