You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.warm_up_indicator(symbol, indicator, timedelta(hours=1) warms up the Stochastic indicator.
Actual Behavior
self.warm_up_indicator(symbol, indicator, timedelta(hours=1) does not warm up the Stochastic indicator.
Potential Solution
Stochastic indicator extends IIndicatorWarmUpPeriodProvider so it is expected to work
potentially similar to #8246
Reproducing the Problem
Below is code and output of warming up RSI and STO indicators with a manual history request (which works) and the warm_up_indicator() method, which works on the RSI but not the STO...
Expected Behavior
self.warm_up_indicator(symbol, indicator, timedelta(hours=1) warms up the Stochastic indicator.
Actual Behavior
self.warm_up_indicator(symbol, indicator, timedelta(hours=1) does not warm up the Stochastic indicator.
Potential Solution
Stochastic indicator extends IIndicatorWarmUpPeriodProvider so it is expected to work
potentially similar to #8246
Reproducing the Problem
Below is code and output of warming up RSI and STO indicators with a manual history request (which works) and the warm_up_indicator() method, which works on the RSI but not the STO...
System Information
cloud
Checklist
master
branchThe text was updated successfully, but these errors were encountered: