Fix typo
This commit is contained in:
parent
3bfea6663b
commit
957c5e5a7d
|
|
@ -285,7 +285,7 @@ pub async fn list_up_for_sell(
|
|||
.iter()
|
||||
.position(|x| *x.0 == element.symbol);
|
||||
let supertrend_option_30m =
|
||||
supertrend(&element.symbol, &all_data.rt_price_30m_vec, 10, 1.5, true).await;
|
||||
supertrend(&element.symbol, &all_data.rt_price_30m_vec, 20, 1.5, true).await;
|
||||
|
||||
if lot_step_size_option.is_some()
|
||||
&& quote_commission_precision_option.is_some()
|
||||
|
|
|
|||
|
|
@ -293,7 +293,7 @@ pub async fn list_up_for_sell(
|
|||
.iter()
|
||||
.position(|x| *x.0 == element.symbol);
|
||||
let supertrend_option_30m =
|
||||
supertrend(&element.symbol, &all_data.rt_price_30m_vec, 10, 1.5, true).await;
|
||||
supertrend(&element.symbol, &all_data.rt_price_30m_vec, 20, 1.5, true).await;
|
||||
|
||||
if lot_step_size_option.is_some()
|
||||
&& quote_commission_precision_option.is_some()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user