In the Auto-Trade module of the Extreme Volatility Monitor, TradeDirection determines how the bot reacts to market movements when extreme volatility is detected.
You can choose between Reverse and Momentum depending on your trading strategy.
๐น Reverse Direction
Logic: Trades against the immediate price movement.
Behavior:
- Pump โ Place Short (expecting a reversal after a sharp upward move)
- Crash โ Place Long (expecting a rebound after a sudden drop)
Purpose:
- Designed for mean-reversion strategies.
- Captures profits from short-term reversals after extreme moves.
Example:
- BTC spikes +2% in 5 minutes โ Bot enters a short position expecting a pullback.
- ETH crashes -1.8% โ Bot enters a long position anticipating a rebound.
๐น Momentum Direction
Logic: Trades in the same direction as the movement.
Behavior:
- Pump โ Place Long (following the upward momentum)
- Crash โ Place Short (riding the downward trend)
Purpose:
- Designed for trend-following or breakout strategies.
- Captures profits from strong continuation moves.
Example:
- SOL rises +1.5% rapidly โ Bot enters a long position to ride the upward trend.
- BTC drops -2% โ Bot enters a short position to capitalize on the crash.
โ๏ธ Choosing Between Reverse and Momentum
| Trade Direction | Strategy Type | Target Market Move |
|---|---|---|
| Reverse | Mean-Reversion / Reversal | Opposite to sudden spikes/crashes |
| Momentum | Trend-Following / Breakout | Follows the direction of the move |
- Reverse โ Use when expecting quick corrections
- Momentum โ Use when expecting strong, sustained moves
๐ Summary
Reverse โ Go against the current movement
- Pump โ Short, Crash โ Long
- For mean-reversion strategies
Momentum โ Go with the current movement
- Pump โ Long, Crash โ Short
- For trend-following strategies
Choose the direction that matches your trading logic and risk appetite.