it be better

This commit is contained in:
zastian-dev
2026-02-13 13:12:22 +00:00
parent 80a8e7c346
commit 1ef03999b7
6 changed files with 250 additions and 223 deletions

View File

@@ -620,7 +620,7 @@ pub fn generate_signal(symbol: &str, current: &IndicatorRow, previous: &Indicato
let signal = if total_score >= 7.0 {
Signal::StrongBuy
} else if total_score >= 4.5 {
} else if total_score >= 4.0 {
Signal::Buy
} else if total_score <= -7.0 {
Signal::StrongSell