global: add min max choppiness datasets + fixes

This commit is contained in:
nym21
2025-09-09 17:52:45 +02:00
parent 16abce1f2d
commit a610fd53e2
12 changed files with 606 additions and 205 deletions

View File

@@ -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") ||