last in index and min req bar count from in

This commit is contained in:
David Brazda
2023-09-14 14:54:39 +02:00
parent cd51cfbccd
commit 3e4e1ffc83
5 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ function transform_data(data) {
avgp_markers.push(a_markers)
}
}
//PROFITLINE
if ((trade.order.side == "buy") || (trade.order.side == "sell")) {
//avgp lajnu vytvarime jen pokud je v tradeventu prumerna cena
if ((trade.profit_sum !== null)) {