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',