Quick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots.
원문 언어: 영어
메뉴
SkillsMP는 marketcalls/vectorbt-backtesting-skills에서 6개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 6개 중 6개를 표시합니다.
Quick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots.
원문 언어: 영어
VectorBT 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…
원문 언어: 영어
Optimize strategy parameters using VectorBT. Tests parameter combinations and generates heatmaps.
원문 언어: 영어
Quickly 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.
원문 언어: 영어
Set up the Python backtesting environment. Detects OS, creates virtual environment, installs dependencies (openalgo, ta-lib, vectorbt, plotly), and creates the backtesting folder structure.
원문 언어: 영어
Compare multiple strategies or directions (long vs short vs both) on the same symbol. Generates side-by-side stats table.
원문 언어: 영어