pricescale fix
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user