Add vwap back to fsp conf on feature branch

vwap_fsp
Tyler Goodlet 2020-12-19 17:01:57 -05:00
parent 48da729364
commit 714c757e3e
1 changed files with 4 additions and 4 deletions

View File

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