Improve hyperopt docs

part of #7088
This commit is contained in:
Matthias
2022-07-15 18:55:30 +02:00
parent cdc58058d7
commit b657a4df23
2 changed files with 24 additions and 2 deletions

View File

@@ -224,3 +224,5 @@ for val in self.buy_ema_short.range:
# Append columns to existing dataframe
merged_frame = pd.concat(frames, axis=1)
```
Freqtrade does however also counter this by running `dataframe.copy()` on the dataframe right after the `populate_indicators()` method - so performance implications of this should be low to non-existant.