Change order
This commit is contained in:
parent
1822e82bb0
commit
5bc08eaf10
|
|
@ -23,8 +23,8 @@ const STRATEGIST_NUMBER: u32 = 16;
|
|||
pub async fn initialization() {
|
||||
println!("- - - initialization start - - -");
|
||||
// initialize_webdriver().await;
|
||||
future_setup().await;
|
||||
initialize_database().await;
|
||||
future_setup().await;
|
||||
println!("- - - initialization done - - -");
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ use crate::value_estimation_team::indicators::wiliams_percent_r;
|
|||
|
||||
use super::{
|
||||
adx, dec, decimal_add, decimal_div, decimal_mul, decimal_sub, dema, duplicate_filter, ema,
|
||||
ema_macd, exists_record, get_current_price, get_server_epoch, heatmap_volume,
|
||||
ema_macd, exists_record, get_server_epoch, heatmap_volume,
|
||||
insert_pre_suggested_coins, limit_order_sell, remove_keys, rsi, select_filled_buy_orders,
|
||||
stoch_rsi, supertrend, tema, try_join_all, update_record3, wiliams_percent_r, AdxData, AllData,
|
||||
Arc, BollingerBandData, Client, ClientBuilder, Decimal, DemaData, EmaData, ExchangeInfo,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user