Add back in rsi

single_display_update_loop
Tyler Goodlet 2021-09-20 13:42:13 -04:00
parent 37eeb0d74b
commit 30a5f32ef8
1 changed files with 7 additions and 7 deletions

View File

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