Files
trading_bot_v4/docker-compose.yml
mindesbunister a294f44a06 fix: Add adaptive leverage env vars to docker-compose.yml
Added 4 adaptive leverage environment variables to docker-compose.yml
so they are properly passed to the container:

- USE_ADAPTIVE_LEVERAGE (default: true)
- HIGH_QUALITY_LEVERAGE (default: 5)
- LOW_QUALITY_LEVERAGE (default: 1)
- QUALITY_LEVERAGE_THRESHOLD (default: 95)

Without these in the environment section, the container couldn't
access them via process.env, causing the settings API to return null.

Now the settings UI can properly load and save adaptive leverage
configuration via the web interface.
2025-12-01 08:52:07 +01:00

4.8 KiB