Lowered signal tresholds so low that we got signals flowing. Few debug scripts to see way signals were not firing. Fix analyst.py indicator calculation to use TA-lib.

This commit is contained in:
Kalzu Rekku
2026-01-18 18:25:10 +02:00
parent f827728f51
commit ea1bd19d13
5 changed files with 749 additions and 32 deletions

View File

@@ -10,7 +10,7 @@
"personality": "scalping",
"timeframes": ["1m", "5m"],
"lookback": 200,
"min_confidence": 0.45,
"min_confidence": 0.40,
"cooldown_seconds": 30,
"weights": {
"scalping": {
@@ -18,12 +18,12 @@
"stoch": 0.2,
"rsi": 0.2,
"volume": 0.2,
"macd": 0.15
"macd": 0.3
},
"swing": {
"regime": 0.35,
"bb_squeeze": 0.25,
"macd": 0.2,
"macd": 0.3,
"flow": 0.15,
"rsi": 0.05
}