lohivol added for crypto

This commit is contained in:
Justin 2023-08-03 18:06:40 +08:00 committed by GitHub
parent afa5fbe0db
commit a5de0a06ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1286,6 +1286,7 @@ function getTradingSettings(page) {
if (whatFeature == 2) { if (whatFeature == 2) {
let portfolio = page.querySelectorAll(".portfolio-select")[0].checked; let portfolio = page.querySelectorAll(".portfolio-select")[0].checked;
let lohivol = page.querySelectorAll(".lohivol-select")[0].checked;
settings = { settings = {
percent: percent, percent: percent,
point: point, point: point,
@ -1293,6 +1294,7 @@ function getTradingSettings(page) {
title: title, title: title,
symbols: symbols, symbols: symbols,
chart: portfolio, chart: portfolio,
lohivol: lohivol,
}; };
} }
else if (whatFeature == 1) { else if (whatFeature == 1) {