VOLT v5 is a fast-acting, trend-confirmation strategy optimized for manual execution or alert-based monitoring on the 5-minute BTCUSDT chart. It combines PineScript alerts with Python-based backtesting and parameter sweep tooling to surface high-quality, risk-aware trade signals.
π± Live Signals: t.me/volt_signals
π§ Questions: @cavpatrol
This 5-minute strategy uses:
- EMA crossover: Fast EMA crosses above Slow EMA
- Price confirmation: Price > both EMAs
- Volatility logic: SL/TP levels based on ATR
π Optimized via parameter sweep:
fast
EMA: 13slow
EMA: 55ATR Length
: 21SL
: 2.0 Γ ATRTP
: 3.5 Γ ATR
π§ Plus institutional filters:
- ADX > 20
- Volume spike
- RSI strength
- Breakout + ATR median alignment
The full system supports:
- β
sweep_results.json
: Raw parameter output - β
sweep_analysis.json
: PnL-ranked results - β Python CLI backtest
- β Realism via slippage/commission
File | Purpose |
---|---|
volt_alerts_generated.pine |
PineScript for real-time alerts |
volt_strategy_generated.pine |
PineScript for TradingView backtesting |
sweep_analysis.json |
Sorted list of backtested configurations |
Metric | Value |
---|---|
PnL | $3,751.18 |
Win Rate | 75.0% |
Max Drawdown | $555.62 |
Trades | 8 |
Config Used | 13/55 EMAs , ATR 21, SL 2.0, TP 3.5 |
πͺ Strategy favors clean breakouts and avoids chop via multi-filter logic.
You can receive clean BTCUSDT alerts via:
π± t.me/volt_signals
Signals include:
- β βBuy Signalβ
- πβStop Loss Hitβ
- π― βTake Profit Hitβ
Set these via TradingView with the volt_alerts_generated.pine
script.
This repo can plug into:
- π§ Your own Python signal dashboards
- π A TradingView setup (multi-chart, multi-timeframe)
- βΊ Gmail β Telegram alert pipeline (included in VOLT core)
This repo is a minimal public template.
To access:
- β Full codebase
- β Sweep runner and strategy visualizer
- β Help integrating with your stack
π DM @cavpatrol on Twitter
Not financial advice. Built for education and research. Use responsibly.