trading/dashboard
Viktor Barzin a2c08743ac
feat: make backtest work end-to-end with Alpaca bars, ticker selection, all 9 strategies
- Change BacktestRequest from strategy_weights dict to strategies list to match frontend
- Add tickers field so users can select which stocks to backtest
- Fetch historical bars from Alpaca StockHistoricalDataClient instead of empty data loader
- Register all 9 strategies (momentum, mean_reversion, news_driven, value, macd_crossover,
  bollinger_breakout, vwap, liquidity, ma_stack) filtered by user selection
- Fix response format: use frontend field names (max_drawdown, total_trades, win_rate as
  0-1 decimal), include equity_curve and run_id in response
- Add ticker selector with checkboxes and custom ticker input to dashboard
- Add alpaca-py to api dependency group in pyproject.toml
2026-02-23 22:25:41 +00:00
..
public feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
src feat: make backtest work end-to-end with Alpaca bars, ticker selection, all 9 strategies 2026-02-23 22:25:41 +00:00
.gitignore feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
eslint.config.js feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
index.html feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
package-lock.json feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
package.json feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
tsconfig.app.json feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
tsconfig.json feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
tsconfig.node.json feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00
vite.config.ts feat: dashboard setup with passkey authentication 2026-02-22 15:54:32 +00:00