From a5de0a06aed841a296f0eb411aabe1f1bded7072 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 3 Aug 2023 18:06:40 +0800 Subject: [PATCH] lohivol added for crypto --- static/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/app.js b/static/app.js index 1bb9e4f..44f8930 100755 --- a/static/app.js +++ b/static/app.js @@ -1286,6 +1286,7 @@ function getTradingSettings(page) { if (whatFeature == 2) { let portfolio = page.querySelectorAll(".portfolio-select")[0].checked; + let lohivol = page.querySelectorAll(".lohivol-select")[0].checked; settings = { percent: percent, point: point, @@ -1293,6 +1294,7 @@ function getTradingSettings(page) { title: title, symbols: symbols, chart: portfolio, + lohivol: lohivol, }; } else if (whatFeature == 1) {