tommy-ca
- 7 skills
- 0 followers
- 15 hours ago last updated
- ▌ Youtube Research · tommy-ca bundleAutomate NotebookLM notebook creation from YouTube videos. Given a YouTube video URL, extract information about people featured in the video, research them online, create a new NotebookLM notebook with the video and research as sources, and generate an audio overview.
- ▌ Setup · tommy-caSet up the Python backtesting environment. Detects OS, creates virtual environment, installs dependencies (openalgo, ta-lib, vectorbt, plotly), and creates the backtesting folder structure.
- ▌ Backtest · tommy-caQuick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots.
- ▌ Optimize · tommy-caOptimize strategy parameters using VectorBT. Tests parameter combinations and generates heatmaps.
- ▌ Quick Stats · tommy-caQuickly 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.
- ▌ Vectorbt Expert · tommy-ca bundleVectorBT 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).
- ▌ Strategy Compare · tommy-caCompare multiple strategies or directions (long vs short vs both) on the same symbol. Generates side-by-side stats table.