説明
SWIFTGRID: Comprehensive Product Guide
This guide details the internal mechanics, risk parameters, and deployment suitability for the SwiftGrid algorithmic engine on cTrader.
📈 Strategy Type & Trading Approach
SwiftGrid is a Symmetric Fixed-Volume Matrix Layering Grid strategy. It treats price volatility as a cyclical matrix rather than a directional trend. By establishing multi-layer arrays simultaneously on both sides of the market, the bot aims to capture profits from price expansions regardless of whether Gold moves up or down. It abandons standard directional forecasting, relying instead on systematic grid capture.
⚡ Entry Logic & Execution Behavior
The bot runs on an automated, non-stop lifecycle that moves through these precise sequential steps:
1. The Auto-Ignition Phase
Upon launch, the bot bypasses indicator analysis and executes a baseline market Buy order at your defined lot size (e.g., 0.01). This trade establishes the central price coordinate for the entire matrix cycle.
2. The 10x10 Matrix Array Deployment
The millisecond the starter trade fills, SwiftGrid dynamically places a protective network of pending limit orders on the broker's server:
- 10 Buy Limits below the market price, spaced exactly 1,500 Pips ($15.00) apart.
- 10 Sell Limits above the market price, spaced exactly 1,500 Pips ($15.00) apart.
3. Asymmetric Take Profit Realization
Every layer in the matrix handles targets independently to maximize efficiency:
- Long (Buy) layers feature a hard server-side target line set to 350 Pips.
- Short (Sell) layers feature a hard server-side target line set to 250 Pips.
4. The Loop Reset Mechanism
The bot is hardcoded to listen to your account's live transaction events. The exact moment a trend expansion triggers your targets and clears your open positions to zero, SwiftGrid cancels all remaining un-triggered pending limit lines, flattens its state structures, and automatically executes a fresh starter trade to begin the loop again.
🛡️ Risk & Capital Management Principles
SwiftGrid replaces high-risk compounding techniques with strict institutional safety boundaries:
- 100% Fixed Sizing (No Martingale): Standard grid bots double or triple lot sizes on subsequent layers (0.01 → 0.02 → 0.04), which can quickly exhaust account margin. SwiftGrid keeps position sizes completely flat across all layers (e.g., flat 0.01 lots up to 20 steps).
- Centralized Cash Firewall: Individual order tickets contain no hard stop-losses to avoid broker execution slippage during high-speed price spikes. Instead, the bot monitors collective net equity tick-by-tick.
- Directional Basket Isolation: If your Sell basket or Buy basket trades hit a combined floating net loss crossing -$100.00 (accounting for commissions and overnight swaps), the bot instantly activates a lock and liquidates only that specific losing basket. Your winning basket is left untouched to continue running in profit.
👤 Target User Profile & Account Suitability
💰 Recommended Account Size
- Minimum Balance: $2,000 USD (Using a 0.01 flat lot configuration).
- Recommended Balance: $3,000 to $5,000 USD.
- Reasoning: Because the grid step distance is wide (1,500 pips), your account must have enough free margin to sustain deep floating drawdowns if Gold triggers multiple layered tiers before a pullback occurs.
🎯 Trader Profile & Experience Level
- Experience Level: Intermediate to Advanced.
- Trader Profile: Best suited for systematic, patient cash-flow traders. This bot is designed for individuals who understand drawdowns, prefer steady, incremental cash generation over high-leverage gambles, and can resist the temptation to manually interfere with open grid baskets.
⚠️ Important Limitations & Usage Notes
- Broker Account Configuration Requirement: This robot requires a Hedging Account type. If run on a Netting Account, cTrader will automatically net out opposing Buy and Sell limit layers, breaking the strategy logic entirely.
- Exposed UI Control Panel: Users can fully customize variables inside the cTrader interface panel. You can easily adjust Base Sizing, Step Distances, Take Profits, and Dollar Drawdown limits to fit your specific risk tolerance before launching live sessions.
- Weekend Gap Exposure: Because the robot leaves position targets open to ride broad trend cycles, users should monitor high-impact weekend geopolitical events that could cause Gold price gaps over market closures.