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 # 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