pricescale fix

This commit is contained in:
Tim
2024-03-29 23:55:38 -04:00
parent 83ece1dd5a
commit 7f7743445f

View File

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