remove hardcoded docs link

we should have one place to configure this.
This commit is contained in:
Matthias 2023-09-23 12:02:34 +02:00
parent a4a3b19566
commit 35800f3ada

View File

@ -249,7 +249,7 @@ class FreqaiDataKitchen:
f"{self.pair}: all training data dropped due to NaNs. "
"You likely did not download enough training data prior "
"to your backtest timerange. Hint:\n"
"https://www.freqtrade.io/en/stable/freqai-running/"
f"{DOCS_LINK}/freqai-running/"
"#downloading-data-to-cover-the-full-backtest-period"
)
if (1 - len(filtered_df) / len(unfiltered_df)) > 0.1 and self.live: