Test informative fallback again
This commit is contained in:
		| @@ -56,19 +56,6 @@ class StrategyTestV2(IStrategy): | ||||
|     # By default this strategy does not use Position Adjustments | ||||
|     position_adjustment_enable = False | ||||
|  | ||||
|     def informative_pairs(self): | ||||
|         """ | ||||
|         Define additional, informative pair/interval combinations to be cached from the exchange. | ||||
|         These pair/interval combinations are non-tradeable, unless they are part | ||||
|         of the whitelist as well. | ||||
|         For more information, please consult the documentation | ||||
|         :return: List of tuples in the format (pair, interval) | ||||
|             Sample: return [("ETH/USDT", "5m"), | ||||
|                             ("BTC/USDT", "15m"), | ||||
|                             ] | ||||
|         """ | ||||
|         return [] | ||||
|  | ||||
|     def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: | ||||
|         """ | ||||
|         Adds several different TA indicators to the given DataFrame | ||||
|   | ||||
		Reference in New Issue
	
	Block a user