Apply formatter
This commit is contained in:
parent
b978a9038f
commit
f0b3224e49
|
|
@ -1004,7 +1004,8 @@ pub async fn execute_strategist_for_test_temp(
|
|||
)
|
||||
.await?;
|
||||
|
||||
let bb10_30m_data: Vec<(String, Vec<BollingerBandData>)> = value_estimation_team::indicators::bollingerband::bollingerband(
|
||||
let bb10_30m_data: Vec<(String, Vec<BollingerBandData>)> =
|
||||
value_estimation_team::indicators::bollingerband::bollingerband(
|
||||
10,
|
||||
3.0,
|
||||
&sma_30m_data,
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ pub async fn bollingerband(
|
|||
None => {}
|
||||
}
|
||||
}
|
||||
;
|
||||
// println!(" indicators/bb{} 완료 elapsed:{:.2}s", ma_number, instant.elapsed().as_secs_f32());
|
||||
Ok(bb_data_wrapper)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user