Quick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٦ من skills من marketcalls/vectorbt-backtesting-skills. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٦ من أصل ٦ skills مجمعة.
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.
لغة النص الأصلي: الإنجليزية