feat: Add core trading modules for risk management, backtesting, and execution algorithms, alongside a new ML transparency widget and related frontend dependencies.
Some checks are pending
Documentation / build-docs (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (macos-latest, 3.13) (push) Waiting to run
Tests / test (macos-latest, 3.14) (push) Waiting to run
Tests / test (ubuntu-latest, 3.11) (push) Waiting to run
Tests / test (ubuntu-latest, 3.12) (push) Waiting to run
Tests / test (ubuntu-latest, 3.13) (push) Waiting to run
Tests / test (ubuntu-latest, 3.14) (push) Waiting to run

This commit is contained in:
2025-12-31 21:25:06 -05:00
parent 099432bf3f
commit 7bd6be64a4
743 changed files with 8617 additions and 5042 deletions

View File

@@ -79,12 +79,13 @@ When you first launch Crypto Trader:
3. **Paper Trading**: By default, the application starts in paper trading mode with $100 virtual capital.
4. **UI Overview**: The web interface contains six main pages accessible via the navigation menu:
- **Dashboard**: Overview with AutoPilot controls, system health, and real-time market data
4. **UI Overview**: The web interface contains seven main pages accessible via the navigation menu:
- **Dashboard**: Overview with AutoPilot controls, system health, real-time market data, live P&L widgets, ML confidence gauge, and market regime indicators
- **Strategies**: Create, edit, delete, and manage trading strategies with full parameter configuration
- **Trading**: Manual order placement, order management, and position closing
- **Portfolio**: View portfolio performance, holdings, allocation charts, and risk metrics
- **Backtesting**: Configure and run backtests on historical data with progress tracking
- **Trading**: Manual order placement with advanced order types (trailing stop, bracket orders, OCO, iceberg, TWAP/VWAP), order management, and position closing
- **Portfolio**: View portfolio performance, holdings, allocation charts, risk metrics, and automated rebalancing
- **Backtesting**: Configure and run backtests on historical data with walk-forward analysis, Monte Carlo simulation, and parameter optimization
- **Trade Journal**: Comprehensive trade history with filtering, statistics, analysis, and CSV export
- **Settings**: Manage exchanges, risk settings, alerts, alert history, and application configuration
## Adding Your First Exchange