Add back in vwap
parent
94572716e6
commit
590db2c51b
|
@ -1142,11 +1142,11 @@ async def display_symbol_data(
|
||||||
|
|
||||||
# add VWAP to fsp config for downstream loading
|
# add VWAP to fsp config for downstream loading
|
||||||
fsp_conf.update({
|
fsp_conf.update({
|
||||||
# 'vwap': {
|
'vwap': {
|
||||||
# 'func_name': 'vwap',
|
'func_name': 'vwap',
|
||||||
# 'overlay': True,
|
'overlay': True,
|
||||||
# 'anchor': 'session',
|
'anchor': 'session',
|
||||||
# },
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
# NOTE: we must immediately tell Qt to show the OHLC chart
|
# NOTE: we must immediately tell Qt to show the OHLC chart
|
||||||
|
|
Loading…
Reference in New Issue