it be better
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user