Drop rsi from display by default

windows_testing_volume
Tyler Goodlet 2021-09-18 17:10:02 -04:00
parent 230fb00777
commit c82046d59b
1 changed files with 7 additions and 7 deletions

View File

@ -828,13 +828,13 @@ async def display_symbol_data(
# TODO: eventually we'll support some kind of n-compose syntax # TODO: eventually we'll support some kind of n-compose syntax
fsp_conf = { fsp_conf = {
'rsi': { # 'rsi': {
'fsp_func_name': 'rsi', # 'fsp_func_name': 'rsi',
'params': {'period': 14}, # 'params': {'period': 14},
'chart_kwargs': { # 'chart_kwargs': {
'static_yrange': (0, 100), # 'static_yrange': (0, 100),
}, # },
}, # },
} }
if has_vlm(ohlcv): if has_vlm(ohlcv):