price handling fixes affecting orderbuild, pairprice, ordershapes, etc
This commit is contained in:
@@ -181,7 +181,7 @@ export async function loadOHLC (symbol, contract, from, to, tvRes) {
|
||||
switch (row.length) {
|
||||
case 1:
|
||||
if (row[0].length !== 0)
|
||||
console.log(`Warning: weird nonempty row at OHLC line ${lineNum}: ${line}`)
|
||||
console.log(`Warning: weird nonempty row at OHLC line ${lineNum}: "${line}"`)
|
||||
break
|
||||
case 2:
|
||||
time = parseInt(row[0])
|
||||
|
||||
Reference in New Issue
Block a user