Short Answer
Yes — Grid DCA stops or is automatically curtailed once the Final DCA executes, but the behavior depends on how much of the grid allocation has already been used. Final DCA is treated as the culmination of the multi-layer DCA strategy, and it ensures that total trade exposure does not exceed the configured maximum allocation.
How It Works
1️⃣ Parent DCA executes first — initial entry order for the trade. 2️⃣ Grid DCA executes next — micro-scaling orders are deployed incrementally based on deviation percent, interval, and remaining allocation. 3️⃣ Final DCA is monitored via Volatility Gate — it only triggers when:
Market volatility has cooled sufficiently.
Price is still favorable relative to the initial trade.
Total allocation permits the larger Final DCA order. 4️⃣ Final DCA executes — it may consume the remaining capital not already used by Parent or Grid DCA orders.
All pending Grid DCA orders are automatically halted to avoid exceeding
total_percent_investment_per_trade.Previously executed Grid orders remain as part of the trade’s position, contributing to the average entry price.
No new Grid orders will fire after Final DCA.
Key Rules
- Capital Management: The system ensures that Final DCA plus executed Grid orders never exceed the configured maximum trade allocation.
- Timing & Sequencing: If a Grid order and Final DCA are scheduled to execute simultaneously, Final DCA takes priority. Grid order is either skipped or merged into the Final DCA execution.
- Risk Control: This prevents overexposure and reduces the likelihood of reaching maximum loss thresholds.
- Observables & Volatility Gate: Both Grid and Final DCA are subject to observation rules. Final DCA cannot fire during explosive moves, which naturally pauses Grid DCA until conditions are met.
Example Scenario
- Parent DCA executed at $100.
- Grid DCA executed at $98 and $97.
- Price moves up to $102 after a cooldown period — Final DCA triggers.
System checks:
- Remaining allocation allows for Final DCA → executes $105 worth of Final DCA.
- Remaining scheduled Grid orders (if any) are stopped, as total capital has been consumed.
Resulting trade position:
- Parent DCA + 2 Grid DCA + Final DCA → final average entry price optimized, total capital deployed within limits.
- No further Grid DCA orders will fire.
Best Practices
- Configure Grid DCA allocation carefully — leave enough buffer for Final DCA to execute.
- Enable Volatility Gate — prevents premature firing of Grid or Final DCA during explosive moves.
- Use deviation percent and interval settings for Grid orders to control frequency and spacing, ensuring Final DCA can execute without risk of over-allocation.
- Monitor multi-layer exposure — Parent + Grid + Final should always respect
total_percent_investment_per_trade.
Summary
- Final DCA effectively ends Grid DCA activity, consolidating the multi-layer DCA strategy into one final, optimized entry.
- Pending Grid orders are stopped, executed Grid orders remain in the position.
- Proper configuration ensures maximum efficiency and risk management for high-volatility trades.