remove hardcoded docs link
we should have one place to configure this.
This commit is contained in:
@@ -249,7 +249,7 @@ class FreqaiDataKitchen:
|
|||||||
f"{self.pair}: all training data dropped due to NaNs. "
|
f"{self.pair}: all training data dropped due to NaNs. "
|
||||||
"You likely did not download enough training data prior "
|
"You likely did not download enough training data prior "
|
||||||
"to your backtest timerange. Hint:\n"
|
"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"
|
"#downloading-data-to-cover-the-full-backtest-period"
|
||||||
)
|
)
|
||||||
if (1 - len(filtered_df) / len(unfiltered_df)) > 0.1 and self.live:
|
if (1 - len(filtered_df) / len(unfiltered_df)) > 0.1 and self.live:
|
||||||
|
|||||||
Reference in New Issue
Block a user