price handling fixes affecting orderbuild, pairprice, ordershapes, etc
This commit is contained in:
@@ -247,7 +247,7 @@ export function createShape(shapeType, points, options={}, ...callbacks) {
|
||||
// programatically adds a shape to the chart
|
||||
let shapeId
|
||||
try {
|
||||
console.log('creating shape', points, options)
|
||||
// console.log('creating shape', points, options)
|
||||
if (points.time || points.price)
|
||||
shapeId = chart.createShape(points, options)
|
||||
else if (points.length === 1)
|
||||
|
||||
Reference in New Issue
Block a user