Short Answer
When Final DCA triggers while Grid DCA orders are still active, the system coordinates execution to avoid overexposure. Final DCA is designed to capture large market opportunities after the trade has cooled down, while Grid DCA focuses on micro-scaling in retracements. Both layers can coexist, but priority, sizing, and safety checks ensure the trade remains balanced.
How It Works
1️⃣ Parent DCA executes first — this is the initial entry order. 2️⃣ Grid DCA starts executing — micro-scaling orders deploy between the parent and potential final order, based on deviation percent and interval. 3️⃣ Volatility Gate observes price momentum — neither Grid nor Final DCA executes during extreme volatility; execution is paused until momentum cools. 4️⃣ Final DCA triggers (if conditions met: cooldown, price high enough, within risk thresholds):
- The Final DCA order may combine the total remaining allocation for a larger entry.
- Grid DCA execution is temporarily paused or reduced to prevent exceeding the maximum exposure limit.
- Final DCA takes priority in allocating capital if total investment approaches the configured
total_percent_investment_per_trade.
Key Rules for Coexistence
- Capital Allocation: The system calculates total target investment (
initial_amount * geometric DCA sum + grid allocations). Final DCA cannot exceed remaining allocation. - Order Timing: Grid orders that are due while Final DCA triggers are either delayed or merged into Final DCA, depending on deviation and cooldown.
- Price Observables: Both layers respect Volatility Gate conditions — Final DCA will never fire during extreme momentum, even if Grid is active.
- Safety Nets: Maximum loss thresholds and streak-based cooldowns still apply — preventing the combination of active Grid + Final DCA from creating unexpected risk.
Example Scenario
- Parent DCA executed at $100.
- Grid DCA scheduled at $98, $97.
- Price surges and retraces to $101 — momentum cools down after 20 minutes.
- Grid DCA has executed 1 order, another order pending.
- Final DCA triggers at $102 (cooldown + criteria met).
System checks remaining allocation:
- 1 pending Grid order combined with Final DCA does not exceed max trade allocation → allowed.
- Remaining Grid orders may be skipped or partially reduced.
Trade now has:
- Parent + 1 Grid executed + Final DCA → strong average entry while respecting total risk.
Best Practice Recommendations
- Use Grid DCA for micro-scaling in retracements — Final DCA should only fire after cooldown conditions are satisfied.
- Avoid over-aggressive multipliers on Final DCA if multiple Grid orders are still active.
- Monitor total allocation: ensure
total_percent_investment_per_tradeaccommodates Parent + Grid + Final layers. - Enable Volatility Gate — it ensures Final DCA and Grid DCA do not fire during explosive moves.
- Leverage Grid deviation and interval to space out capital deployment, reducing the chance of simultaneous large entries.
Summary
- Final DCA and Grid DCA can coexist safely if managed correctly.
- Final DCA prioritizes large, cooled-down opportunities, while Grid DCA handles micro-investments.
- Capital checks and Volatility Gate ensure no overexposure even when both layers are active.
- Proper configuration allows multi-layer DCA strategy to maximize entry efficiency while controlling risk.