fix: Correct MIN_QUALITY_SCORE to MIN_SIGNAL_QUALITY_SCORE

Settings UI was using wrong variable name (MIN_QUALITY_SCORE) while
code reads MIN_SIGNAL_QUALITY_SCORE. This caused quality score changes
in settings UI to have no effect.

Fixed:
- Settings API now reads/writes MIN_SIGNAL_QUALITY_SCORE
- Updated .env file to use correct variable name
- User's quality score increase to 81 will now work

Related: User increased min quality from 60 to 81 to filter out
small chop trades (avoiding -$99 trade with quality score 80).
This commit is contained in:
mindesbunister
2025-11-19 09:53:49 +01:00
parent 96f5cfae77
commit 0d546dc267
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -390,7 +390,7 @@ NEW_RELIC_LICENSE_KEY=
USE_TRAILING_STOP=true
TRAILING_STOP_PERCENT=0.5
TRAILING_STOP_ACTIVATION=0.4
MIN_QUALITY_SCORE=81
MIN_SIGNAL_QUALITY_SCORE=81
SOLANA_ENABLED=true
SOLANA_POSITION_SIZE=100
SOLANA_LEVERAGE=15