diff --git a/v2realbot/ENTRY_ClassicSL_v01.py b/v2realbot/ENTRY_ClassicSL_v01.py index 77f72ff..d5edef1 100644 --- a/v2realbot/ENTRY_ClassicSL_v01.py +++ b/v2realbot/ENTRY_ClassicSL_v01.py @@ -901,7 +901,7 @@ def next(data, state: StrategyState): #CBAR INDICATOR pro tick price a deltu VOLUME populate_cbar_tick_price_indicator() #TBD nize predelat na typizovane RSI (a to jak na urovni CBAR tak confirmed) - populate_cbar_rsi_indicator() + #populate_cbar_rsi_indicator() #populate indicators, that have type in stratvars.indicators populate_dynamic_indicators() diff --git a/v2realbot/utils/__pycache__/utils.cpython-310.pyc b/v2realbot/utils/__pycache__/utils.cpython-310.pyc index 9ee419a..5e366a2 100644 Binary files a/v2realbot/utils/__pycache__/utils.cpython-310.pyc and b/v2realbot/utils/__pycache__/utils.cpython-310.pyc differ