We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37edf8 commit 6edcda1Copy full SHA for 6edcda1
freqtrade/optimize/analysis/recursive_helpers.py
@@ -17,7 +17,7 @@ class RecursiveAnalysisSubFunctions:
17
@staticmethod
18
def text_table_recursive_analysis_instances(recursive_instances: list[RecursiveAnalysis]):
19
startups = recursive_instances[0]._startup_candle
20
- strat_scc = recursive_instances[0]._strat_scc
+ strat_scc = recursive_instances[0]._strat_scc or 0
21
headers = ["Indicators"]
22
for candle in startups:
23
if candle == strat_scc:
0 commit comments