BDIR-GRID: The Intelligent Bidirectional Grid Trading System
BDIR-GRID (Bidirectional Grid) is ByTamer FX EA's dual-direction grid trading system. Unlike traditional grid bots, BDIR-GRID combines pure grid logic with BHSS signal validation to prevent blind grid expansion.
The BDIR-GRID Difference
Traditional grid bots blindly open positions at fixed intervals. BDIR-GRID performs BHSS signal validation at every grid level — no signal, no position.
Grid Structure Visualization
BDIR-GRID creates grid levels above and below the current price. Both BUY and SELL opportunities are evaluated at each level:
B = BUY Grid Levels | S = SELL Grid Levels | $ = Current Price
BDIR-GRID Workflow
Traditional Grid vs BDIR-GRID
| Feature | Traditional Grid | BDIR-GRID |
|---|---|---|
| Direction | Unidirectional (buy or sell only) | Bidirectional (both buy and sell) |
| Entry Criteria | Fixed price interval | BHSS signal validation required |
| Grid Expansion | Unlimited blind expansion | Controlled, signal-based |
| Risk Management | Stop-loss or margin call | Grid Reset + 3-Level Safety Shield |
| Trend Awareness | None — can fight the trend | Trend-aware dynamic grid spacing |
Grid Reset Safety Mechanism
Grid Reset Threshold
Formula: -max($30, 25% × current equity)
$200 account → Reset at: -$50 (25% × $200)
$100 account → Reset at: -$30 (minimum $30)
Grid reset closes all grid positions and starts a new grid cycle. This prevents losses from growing out of control.