diff --git a/README.md b/README.md index 6b53c475..a64b24eb 100644 --- a/README.md +++ b/README.md @@ -81,15 +81,31 @@ Join our Telegram developer community to discuss, share ideas, and get support: ### 🏆 Competition Mode - Real-time AI Battle ![Competition Page](screenshots/competition-page.png) -*Multi-AI leaderboard with real-time performance comparison charts showing Qwen vs DeepSeek live trading battle* +*Multi-AI leaderboard with real-time performance comparison charts, live PnL tracking, and trader rankings* -### 📊 Trader Details - Complete Trading Dashboard -![Details Page](screenshots/details-page.png) -*Professional trading interface with equity curves, live positions, and AI decision logs with expandable input prompts & chain-of-thought reasoning* +### 📊 Dashboard - Market Chart View +![Dashboard Market Chart](screenshots/dashboard-market-chart.png) +*Professional trading dashboard with TradingView-style candlestick charts, account equity stats, and AI decision logs with expandable chain-of-thought reasoning* -### 🎛️ Strategy Studio - Custom Strategy Builder +### 📈 Dashboard - Positions & Decisions +![Dashboard Positions](screenshots/dashboard-positions.png) +*Real-time position management with entry/mark prices, unrealized P&L, leverage info, and complete AI trading cycle history* + +### 📉 Dashboard - Full Overview +![Dashboard Page](screenshots/dashboard-page.png) +*Complete trading interface combining market charts, multiple active positions, and detailed AI decision logs with success indicators* + +### 🎛️ Strategy Studio - Coin Sources & AI Test ![Strategy Studio](screenshots/strategy-studio.png) -*Three-column strategy editor with multi-timeframe selection (5m/15m/1h/4h), technical indicators configuration, risk control settings, and real-time AI test run with live market data* +*Strategy configuration with multiple data sources (Static List, AI500 Coin Pool, OI Top), timeframe selection, and real-time AI test with prompt preview* + +### ⚙️ Strategy Studio - Technical Indicators +![Strategy Indicators](screenshots/strategy-indicators.png) +*Advanced indicator configuration: Technical Indicators (EMA, MACD, RSI, ATR), Market Sentiment (Volume, Open Interest, Funding Rate), and Quant Data integration* + +### 🎯 Legacy Competition Details +![Details Page](screenshots/details-page.png) +*Classic competition view with equity curve tracking, position management, and AI decision history (legacy interface)* --- diff --git a/screenshots/competition-page.png b/screenshots/competition-page.png index bccb9661..59710801 100644 Binary files a/screenshots/competition-page.png and b/screenshots/competition-page.png differ diff --git a/screenshots/dashboard-market-chart.png b/screenshots/dashboard-market-chart.png new file mode 100644 index 00000000..9473daae Binary files /dev/null and b/screenshots/dashboard-market-chart.png differ diff --git a/screenshots/dashboard-page.png b/screenshots/dashboard-page.png new file mode 100644 index 00000000..bccb9661 Binary files /dev/null and b/screenshots/dashboard-page.png differ diff --git a/screenshots/dashboard-positions.png b/screenshots/dashboard-positions.png new file mode 100644 index 00000000..8930acf6 Binary files /dev/null and b/screenshots/dashboard-positions.png differ diff --git a/screenshots/strategy-indicators.png b/screenshots/strategy-indicators.png new file mode 100644 index 00000000..2498ac3a Binary files /dev/null and b/screenshots/strategy-indicators.png differ