Skip to content

cryptocav/volt-5m-ema-BTCUSDT-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

VOLT v5 – BTCUSDT 5m Strategy

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


🧐 Strategy Overview

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: 13
  • slow EMA: 55
  • ATR Length: 21
  • SL: 2.0 Γ— ATR
  • TP: 3.5 Γ— ATR

🧠 Plus institutional filters:

  • ADX > 20
  • Volume spike
  • RSI strength
  • Breakout + ATR median alignment

πŸ” Sweep + Backtest

The full system supports:

  • βœ… sweep_results.json: Raw parameter output
  • βœ… sweep_analysis.json: PnL-ranked results
  • βœ… Python CLI backtest
  • βœ… Realism via slippage/commission

πŸ–₯️ Files Included

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

πŸ“ˆ Sample Backtest (Python)

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.


πŸ”” Alerts via Telegram

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.


🧰 System Integration Ready

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)

🀝 Want the Full VOLT System?

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.

About

[Test] Trend-following BTCUSDT strategy on 5m chart using EMA + ATR with Python sweeps and Pine alerts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published