Commit Graph

3 Commits

Author SHA1 Message Date
mindesbunister
284e1c8b8c feat: fix Safe Paper Trading display formatting and API sync
- Fixed field mapping between API and frontend (amount→positionSize, entry→entryPrice, createdAt→timestamp)
- Updated API sync function to properly convert API trade format to frontend format
- Resolved display issues: 'Invalid Date', missing entry price, missing trade size
- Added trade monitoring system and automation improvements
- Enhanced automation with simple-automation.js for reliable 24/7 operation
- Working automation now detecting 85% confidence BUY signals and executing trades
2025-08-07 16:55:41 +02:00
mindesbunister
174c155e26 feat: M2 Money Supply integration for macro sentiment analysis
- Created M2MoneySupplyIndicator class with FRED API integration
- Accounts for 3-6 month correlation delay between M2 and crypto
- Analyzes M2 growth rates and trend acceleration/deceleration
- Provides delayed impact predictions and position recommendations
- Integrated into enhanced global automation system
- Updated sentiment indicators guide with M2 as Tier 1 indicator
- M2 growth >10% = bullish liquidity conditions for crypto
- Peak correlation 0.75 with crypto at 3-6 month delay
2025-08-06 00:32:13 +02:00
mindesbunister
af1b091640 feat: Complete global market sentiment integration with Fear & Greed Index
- Enhanced 24/7 automation with sentiment-based threshold adjustments
- Multi-asset global trader supporting BTC, ETH, SOL, ADA
- Comprehensive sentiment indicators guide with 8 categories
- Global sentiment API providing real-time market regime detection
- Fear & Greed Index integration with fallback estimation
- Sentiment-adjusted confidence thresholds and position sizing
- Successfully executed first sentiment-aware trade (GREED regime)
- Market regime classification: EXTREME_FEAR to EXTREME_GREED
- Trading threshold adjustments based on market psychology
2025-08-06 00:05:25 +02:00