Add back in rsi

vlm_plotz_backup
Tyler Goodlet 2021-09-20 13:42:13 -04:00
parent 164009ff98
commit a673fa3fee
1 changed files with 7 additions and 7 deletions

View File

@ -837,13 +837,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):