- Add advanced metrics dashboard with trade analytics - Add new trading components (EntryTypeAnalysis, MultiDayPositionTracker, NewsEventTracker, etc.) - Add strategy mode selector and trend confirmation - Add risk automation panel and slippage correlation analysis - Add daily trading plan enhancements with modal components - Add custom hooks (useApi, useLocalStorage, useAdvancedTradeMetrics) - Add broker service integration and trading API - Add test setup and vitest configuration - Include parquet data files for live market data - Add comprehensive documentation in docs/ folder
6 lines
323 B
INI
6 lines
323 B
INI
home = /usr/local/opt/python@3.11/bin
|
|
include-system-site-packages = false
|
|
version = 3.11.12
|
|
executable = /usr/local/Cellar/python@3.11/3.11.12/Frameworks/Python.framework/Versions/3.11/bin/python3.11
|
|
command = /usr/local/opt/python@3.11/bin/python3.11 -m venv /Users/user/Downloads/gold-trading-simulator/backend/.venv311
|