Files
stable/freqtrade
Joe Schr f3388ed9aa fix IStrategy: abstract methods still need to pass through return value
otherwise doing something like:
```py
dataframe = super().populate_indicators(dataframe, ...)
```

won't work, because `dataframe` becomes `None`.

This is needed if one of those methods uses dataframe.copy() instead of
just working on reference. e.g. using `merge_informative` in
`populate_indicator` in a nested class hierarchy
2021-04-30 14:39:01 +02:00
..
2021-04-24 19:16:54 +02:00
2020-12-07 15:48:06 +01:00
2021-04-26 19:52:26 +02:00
2020-09-28 19:40:46 +02:00
2020-04-14 08:05:46 +02:00
2020-12-14 19:18:54 +01:00
2021-04-22 19:41:01 +02:00
2021-04-26 19:52:26 +02:00
2020-11-25 14:31:34 +01:00
2020-12-14 19:18:54 +01:00
2021-04-06 13:29:22 +02:00
2021-04-26 14:12:52 +02:00
2020-09-28 19:40:46 +02:00