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