pricescale fix
This commit is contained in:
@@ -297,8 +297,8 @@ export const DataFeed = {
|
|||||||
session: '24x7',
|
session: '24x7',
|
||||||
timezone: 'Etc/UTC',
|
timezone: 'Etc/UTC',
|
||||||
exchange: symbolItem.exchange,
|
exchange: symbolItem.exchange,
|
||||||
minmov: 0.000000000000000001,
|
minmov: .00000000000000001,
|
||||||
pricescale: null,
|
pricescale: 1,
|
||||||
variable_tick_size: VARIABLE_TICK_SIZE,
|
variable_tick_size: VARIABLE_TICK_SIZE,
|
||||||
has_intraday: true, // Added to allow less than one day to work
|
has_intraday: true, // Added to allow less than one day to work
|
||||||
visible_plots_set: 'ohlc',
|
visible_plots_set: 'ohlc',
|
||||||
|
|||||||
Reference in New Issue
Block a user