|
@@ -1,4 +1,4 @@
|
|
|
-use tracing::{info, warn};
|
|
|
|
|
|
|
+use tracing::warn;
|
|
|
use crate::data_providers::{deserialize_string_to_f32, SpawnExecutor};
|
|
use crate::data_providers::{deserialize_string_to_f32, SpawnExecutor};
|
|
|
use crate::data_providers::deserialize_string_to_i64;
|
|
use crate::data_providers::deserialize_string_to_i64;
|
|
|
use std::collections::HashMap;
|
|
use std::collections::HashMap;
|
|
@@ -32,7 +32,7 @@ use crate::{Ticker, Timeframe};
|
|
|
use super::str_f32_parse;
|
|
use super::str_f32_parse;
|
|
|
use super::OpenInterest;
|
|
use super::OpenInterest;
|
|
|
|
|
|
|
|
-use tracing::{error};
|
|
|
|
|
|
|
+use tracing::error;
|
|
|
|
|
|
|
|
#[derive(Serialize, Deserialize, Debug)]
|
|
#[derive(Serialize, Deserialize, Debug)]
|
|
|
struct SonicDepth {
|
|
struct SonicDepth {
|