Vanguard
Vanguard is Aegis’s breakout bot. It opens a long futures position when price breaks above the LP range upper bound, capturing upside momentum that causes the LP to exit range.
Status: Partially live. bullish_breakout / upper_long leg is operational today.
Live Today
Section titled “Live Today”| Component | Status |
|---|---|
Leg: upper_long | Live |
Preset: bullish_breakout | Live |
The upper_long leg triggers exterior to the range — when price breaks above P_upper by a buffer margin:
trigger price = P_upper × (1 + triggerBufferPct)Example: P_upper = $3,000, triggerBufferPct = 0.005 (0.5%) → trigger at $3,015.
See Strategy Parameters — Risk Params for Vanguard-specific buffer semantics.
Preset: bullish_breakout
Section titled “Preset: bullish_breakout”| Parameter | Value |
|---|---|
| Leg enabled | upper_long only |
| Direction | Long futures |
| Trigger | Above P_upper + buffer |
Not Yet Live
Section titled “Not Yet Live”Risk Disclaimer
Section titled “Risk Disclaimer”Cross-references
Section titled “Cross-references”- Bots Overview — multi-bot concurrency model
- Strategy Parameters — Risk Params — buffer semantics for Vanguard
- Strategy Parameters — Presets — full presets table
- Strategy Parameters — Range Bounds — choosing LP range bounds
- Wallet-Bot Binding — execution wallet setup