Update filtering
This commit is contained in:
parent
c691999599
commit
12d97c109a
|
|
@ -90,8 +90,8 @@ pub async fn list_up_for_buy(
|
|||
// Heatmap volume: filtering close price with Extra High is over the previous candle from 30 previous candles
|
||||
let mut keys_to_remove: HashSet<String> = HashSet::new();
|
||||
let heatmap_volumes = heatmap_volume(
|
||||
60,
|
||||
60,
|
||||
30,
|
||||
30,
|
||||
4.0,
|
||||
1.5,
|
||||
0.5,
|
||||
|
|
|
|||
|
|
@ -90,8 +90,8 @@ pub async fn list_up_for_buy(
|
|||
// Heatmap volume: filtering close price with Extra High is over the previous candle from 30 previous candles
|
||||
let mut keys_to_remove: HashSet<String> = HashSet::new();
|
||||
let heatmap_volumes = heatmap_volume(
|
||||
60,
|
||||
60,
|
||||
30,
|
||||
30,
|
||||
4.0,
|
||||
1.5,
|
||||
0.5,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user