lohivol added for crypto
This commit is contained in:
parent
afa5fbe0db
commit
a5de0a06ae
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user