Spaces:
Runtime error
Runtime error
| # Init variables for backtrader testing | |
| # Market name mapping | |
| market: 'SPY' | |
| api_fin: 'backtrader' | |
| # Upload data to the database | |
| upload_data: false | |
| upload_data_path: 'data_upload/QQQ.csv' | |
| data_source: "fmp" | |
| interval: '15min' | |
| auto_period: true | |
| period: '60d' | |
| replay: false | |
| replay_compression: 5 # in minutes | |
| initial_capital: 10000.0 | |
| commission: 0.000 | |
| slippage_percent: 0.00 # percent value (0.01% -> 0.01) | |
| adjust_prices: true | |
| start_date: "2025-05-01" | |
| end_date: "2025-12-31" # not used in bt_testing | |
| # llms | |
| openai_model: "gpt-5-nano" | |
| claude_model: "claude-sonnet-4-20250514" | |
| gemini_model: "gemini-2.5-flash" | |
| deepseek_model: "deepseek-reasoner" | |
| save_plt: false | |
| grok4_model: "grok-4-fast-reasoning" | |
| local: false | |
| ticker_to_market: | |
| AAPL: Apple Inc. | |
| GOOGL: Alphabet/Google | |
| AMZN: Amazon.com | |
| TSLA: Tesla Inc. | |
| JPM: JPMorgan Chase & Co. | |
| V: Visa Inc. | |
| SPY: S&P 500 ETF | |
| QQQ: Nasdaq 100 ETF | |
| MSFT: Microsoft Corp. | |
| NVDA: NVIDIA Corp. | |
| META: Meta Platforms | |
| BRK-B: Berkshire Hathaway | |
| UNH: UnitedHealth Group | |
| XOM: Exxon Mobil Corp. | |
| market_to_ticker: | |
| Apple Inc.: AAPL | |
| Alphabet/Google: GOOGL | |
| Amazon.com: AMZN | |
| Tesla Inc.: TSLA | |
| JPMorgan Chase & Co.: JPM | |
| Visa Inc.: V | |
| S&P 500 ETF: SPY | |
| Nasdaq 100 ETF: QQQ | |
| Microsoft Corp.: MSFT | |
| NVIDIA Corp.: NVDA | |
| Meta Platforms: META | |
| Berkshire Hathaway: BRK-B | |
| UnitedHealth Group: UNH | |
| Exxon Mobil Corp.: XOM |