mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-29 09:09:58 -07:00
global: add min max choppiness datasets + fixes
This commit is contained in:
@@ -783,11 +783,14 @@ function createUtils() {
|
||||
id === "price_open" ||
|
||||
id === "price_ath" ||
|
||||
id === "market_cap" ||
|
||||
id.startsWith("price_true_range") ||
|
||||
id.includes("_usd") ||
|
||||
id.includes("cointime_value") ||
|
||||
id.endsWith("_ago") ||
|
||||
id.endsWith("price_paid") ||
|
||||
id.endsWith("_price") ||
|
||||
(id.startsWith("price") &&
|
||||
(id.endsWith("min") || id.endsWith("max"))) ||
|
||||
(id.endsWith("_cap") && !id.includes("rel_to")) ||
|
||||
id.endsWith("value_created") ||
|
||||
id.endsWith("value_destroyed") ||
|
||||
|
||||
Reference in New Issue
Block a user