Files
trading_bot_v4/docker-compose.yml
mindesbunister 357626b392 fix: Add direction-specific quality thresholds to docker-compose.yml
- Added MIN_SIGNAL_QUALITY_SCORE_LONG, _SHORT, and global to environment section
- Required for ENV variables to be available in Node.js process.env
- Without this, container couldn't read .env values for direction-specific thresholds

Testing verified:
- LONG quality 90:  ALLOWED (threshold 90)
- SHORT quality 70:  BLOCKED (threshold 95)
- Direction-specific logic working correctly
2025-11-23 15:06:01 +01:00

4.1 KiB