global: snapshot

This commit is contained in:
k
2024-07-12 19:31:21 +02:00
parent dcf605aa69
commit 96a50dd09a
2 changed files with 36 additions and 12 deletions

View File

@@ -245,6 +245,30 @@ function createPresetFolder({
},
],
},
{
scale,
name: "Extreme Tops",
description: "",
icon: IconTablerRocket,
title: `${name} Moving Average Extreme Tops`,
top: [
{
title: `99.9%`,
color: colors.extremeMax,
datasetPath: `/${scale}-to-price-${key}-sma-99-9p`,
},
{
title: `99.5%`,
color: colors.extremeMiddle,
datasetPath: `/${scale}-to-price-${key}-sma-99-5p`,
},
{
title: `99%`,
color: colors.extremeMin,
datasetPath: `/${scale}-to-price-${key}-sma-99p`,
},
],
},
],
},
],