Auto-Trade is a feature within the Extreme Volatility Monitor that automatically opens trades when predefined volatility thresholds are exceeded.
It is designed to capitalize on rapid market movements that may be chaotic for most traders but present high-probability opportunities for quick gains. Many extreme volatility events often result in strong short-term reversals, allowing traders to profit in minutes what might normally take days.
⚡ Key Use Cases
Auto-Trade is ideal for:
Momentum Trading
- Enter trades in the direction of explosive market moves.
- Capture strong pumps or crashes while they develop.
Mean-Reversion Strategies
- Enter trades expecting a reversal after a sharp move.
- Take advantage of short-term overextensions.
Fast Reaction Setups
- Respond automatically to extreme market conditions.
- No need for manual execution during high-speed volatility.
⚙️ How Auto-Trade Works
Example configuration snippet:
AutoTrade:
Enabled: true
Threshold: 1.8
TradeDirection: "Reverse"
TradeTriggerOn: "Both"
Symbols:
- "BTCUSDT"
- "ETHUSDT"
- "SOLUSDT"
InitialAmount: 100
MaximumHoldTime: 20
Key Parameters:
Enabled
- Master switch for auto-trading in the volatility module.
Threshold
- Minimum average movement (%) required to trigger an auto-trade.
- Must be higher than the alert threshold to avoid false entries.
TradeDirection
"Reverse"→ If Pump → Place Short / If Crash → Place Long"Momentum"→ If Pump → Place Long / If Crash → Place Short
TradeTriggerOn
"Pump"→ Trigger on upward moves only"Crash"→ Trigger on downward moves only"Both"→ Trigger on both directions
Symbols
- The specific trading pairs allowed for auto-trading.
- Only listed symbols will be considered for automatic entries.
InitialAmount
- Trade size per symbol in USDT (or your base currency).
MaximumHoldTime
- The maximum time (minutes) to hold auto-trade positions.
- Set
0for no restriction.
🛡️ Risk Management Settings
Auto-Trade integrates Stop-Loss and Take-Profit:
StopLoss:
Enabled: true
StopLossPercent: 4
TakeProfit:
Enabled: true
TakeProfitPercent: 2
- Ensures trades are automatically closed at predefined risk/reward levels.
- Works with or without DCA.
🔁 Built-in DCA (Dollar-Cost Averaging)
DCASettings allow auto-trades to scale into positions during unfavorable price movement:
DCASettings:
enabled: true
max_orders: 5
size_multiplier: 1.2
price_deviation_percent: 1.0
- Adds multiple orders after initial entry.
- Each subsequent order can increase in size (
size_multiplier) and is triggered by price deviation. - Enhances position management during volatility spikes.
📊 Why Use Auto-Trade
- Capitalize on high-probability short-term reversals
- React faster than manual trading during chaotic conditions
- Supports both momentum and mean-reversion strategies
- Works fully automatically while still integrating alerts and risk controls
🚀 Summary
Auto-Trade in the volatility module:
- Automatically opens trades when extreme volatility exceeds the threshold
- Supports momentum and reverse (mean-reversion) trading
- Works with specific symbols and configurable trade size
- Integrates Stop-Loss, Take-Profit, and DCA
- Provides rapid reaction to chaotic market conditions for high-probability opportunities
It turns extreme volatility events into actionable trades, allowing the bot to capture gains that most traders would miss manually.