Add back in vwap

fspd_cluster
Tyler Goodlet 2021-11-09 09:44:01 -05:00
parent 94572716e6
commit 590db2c51b
1 changed files with 5 additions and 5 deletions

View File

@ -1142,11 +1142,11 @@ async def display_symbol_data(
# add VWAP to fsp config for downstream loading
fsp_conf.update({
# 'vwap': {
# 'func_name': 'vwap',
# 'overlay': True,
# 'anchor': 'session',
# },
'vwap': {
'func_name': 'vwap',
'overlay': True,
'anchor': 'session',
},
})
# NOTE: we must immediately tell Qt to show the OHLC chart