6 skills
backtest
Passed all 3 security checksQuick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots.
·0↓1.8k
vectorbt-expert
Passed all 3 security checksVectorBT backtesting expert. Use when user asks to backtest strategies, create entry/exit signals, analyze portfolio performance, optimize parameters, fetch historical data, use VectorBT/vectorbt, compare strategies, position sizing, equity curves, drawdown charts, or trade analysis. Also triggers for openalgo.ta helpers (exrem, crossover, crossunder, flip, donchian, supertrend).
·0↓1.6k
optimize
Passed all 3 security checksOptimize strategy parameters using VectorBT. Tests parameter combinations and generates heatmaps.
·0↓1.2k
strategy-compare
Passed all 3 security checksCompare multiple strategies or directions (long vs short vs both) on the same symbol. Generates side-by-side stats table.
·0↓1.1k
quick-stats
Passed all 3 security checksQuickly fetch data and print key backtest stats for a symbol with a default EMA crossover strategy. No file creation needed - runs inline in a notebook cell or prints to console.
·0↓1.1k
setup
Passed all 3 security checksSet up the Python backtesting environment. Detects OS, creates virtual environment, installs dependencies (openalgo, ta-lib, vectorbt, plotly), and creates the backtesting folder structure.
·0↓1k