From 7f7743445f4118440fa728ee972af5897cc53793 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 29 Mar 2024 23:55:38 -0400 Subject: [PATCH] pricescale fix --- src/charts/datafeed.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/charts/datafeed.js b/src/charts/datafeed.js index 883528a..98e796d 100644 --- a/src/charts/datafeed.js +++ b/src/charts/datafeed.js @@ -297,8 +297,8 @@ export const DataFeed = { session: '24x7', timezone: 'Etc/UTC', exchange: symbolItem.exchange, - minmov: 0.000000000000000001, - pricescale: null, + minmov: .00000000000000001, + pricescale: 1, variable_tick_size: VARIABLE_TICK_SIZE, has_intraday: true, // Added to allow less than one day to work visible_plots_set: 'ohlc',