Disable vwap in conf, feature delay

to_qpainterpath_and_beyond
Tyler Goodlet 2020-12-19 16:57:58 -05:00
parent f27d639552
commit 833a442ac0
1 changed files with 4 additions and 4 deletions

View File

@ -839,10 +839,10 @@ async def _async_main(
# eventually we'll support some kind of n-compose syntax
fsp_conf = {
'vwap': {
'overlay': True,
'anchor': 'session',
},
# 'vwap': {
# 'overlay': True,
# 'anchor': 'session',
# },
'rsi': {
'period': 14,
'chart_kwargs': {