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

View File

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