mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 04:03:55 +00:00
Updated error message in fetchFundingRateHistory
This commit is contained in:
parent
44d9a07acd
commit
0b12107ef8
|
@ -1815,7 +1815,7 @@ class Exchange:
|
||||||
if not self.exchange_has("fetchFundingRateHistory"):
|
if not self.exchange_has("fetchFundingRateHistory"):
|
||||||
raise ExchangeError(
|
raise ExchangeError(
|
||||||
f"CCXT has not implemented fetchFundingRateHistory for {self.name}; "
|
f"CCXT has not implemented fetchFundingRateHistory for {self.name}; "
|
||||||
f"therefore, backtesting for {self.name} is currently unavailable"
|
f"therefore, dry-run/backtesting for {self.name} is currently unavailable"
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user