Add back in rsi

win_fixes
Tyler Goodlet 2021-09-20 13:42:13 -04:00
parent 1b437f80e0
commit a042c7f2b3
1 changed files with 7 additions and 7 deletions

View File

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