Disable vwap in conf, feature delay
parent
f27d639552
commit
833a442ac0
|
@ -839,10 +839,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': {
|
||||||
|
|
Loading…
Reference in New Issue