Files
Place-Order-Trading-Bot/performance_report.txt
T
cbazzaandClaude 596718e30b feat: Trading Bot V1.8 - Aggressive Mode + Infrastructure
## Major Features
- Session Filter: NY-only trading (13:00-21:00 UTC)
- SQLite Database: Structured trade logging
- Telegram Bot: Real-time notifications (@Xausd_digger_bot)
- Streamlit Dashboard: Visual monitoring & analytics
- JSON Import: Historical data migration

## Infrastructure
- trading_database.py: SQLite trade storage
- telegram_notifier.py: Telegram integration
- infrastructure_patch.py: Combined DB + Telegram
- trading_dashboard.py: Real-time web dashboard
- import_json_to_db.py: JSON to SQLite migration

## Session Filter (V1.8 Aggressive Mode)
- session_filter_patch.py: Whitelist-based filter
- Blocks: Asian, London, Overlap sessions
- Active: NY session only (best performance: 47.6% WR)
- Base confidence: 60%

## Documentation
- V1.8_AGGRESSIVE_MODE_AKTIVIERT.md
- FIX_DUPLICATE_SCHEDULER.md
- DASHBOARD_WINDOWS_SERVER.md
- SQLITE_TELEGRAM_SETUP.md
- PROJECT_CLEANUP.md

## Cleanup
- Archived old V1.1-V1.7 versions
- Removed obsolete analysis scripts (replaced by dashboard)
- Added .gitignore for secrets and temp files

## Breaking Changes
- Requires telegram_config.json (use template)
- Requires Python packages: streamlit, plotly

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 21:14:01 +01:00

60 lines
1.8 KiB
Plaintext

======================================================================
TRADINGBOT V1.6 - DETAILED PERFORMANCE REPORT
======================================================================
Generated: 2025-11-13 01:07:34
ZEITRAUM
----------------------------------------------------------------------
Start: 2025-10-31 00:43
Ende: 2025-11-13 00:45
Tage: 14 Tage
Total Trades: 112
Trades/Tag: 8.00
SESSION VERTEILUNG
----------------------------------------------------------------------
Asian : 44 ( 39.29%)
London : 27 ( 24.11%)
Ny : 13 ( 11.61%)
Overlap : 28 ( 25.00%)
MARKET REGIME
----------------------------------------------------------------------
Ranging : 112 (100.00%)
ADAPTIVE INTERVALS
----------------------------------------------------------------------
5 Min: 13 ( 11.61%)
15 Min: 63 ( 56.25%)
30 Min: 36 ( 32.14%)
HOURLY DISTRIBUTION (Top 10)
----------------------------------------------------------------------
14:00 UTC: 11 ( 9.82%)
15:00 UTC: 11 ( 9.82%)
09:00 UTC: 9 ( 8.04%)
02:00 UTC: 8 ( 7.14%)
13:00 UTC: 7 ( 6.25%)
03:00 UTC: 6 ( 5.36%)
16:00 UTC: 6 ( 5.36%)
04:00 UTC: 5 ( 4.46%)
06:00 UTC: 5 ( 4.46%)
11:00 UTC: 5 ( 4.46%)
WICHTIGE ERKENNTNISSE
----------------------------------------------------------------------
• Aktivste Session: ASIAN (44 trades)
• Häufigstes Regime: RANGING (112 trades)
• Meist genutztes Interval: 15 min (63 trades)
• Durchschnittliche Confidence: 85.0%
• Durchschnittliches Risk/Reward: 2.45
WARNUNG
----------------------------------------------------------------------
Dieser Report zeigt nur Signal-Generierung und Entry-Daten.
Für echte Profitabilitäts-Bewertung werden Exit-Daten
und P&L aus MT5 benötigt.
======================================================================