Skip to content

Commit

Permalink
Merge pull request #4452 from JoeSchr/patch-3
Browse files Browse the repository at this point in the history
Fix(strategy/interface.py): comment typo
  • Loading branch information
xmatthias committed Feb 27, 2021
2 parents 0bb80d1 + 642e3be commit b92fb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/strategy/interface.py
Expand Up @@ -659,7 +659,7 @@ def min_roi_reached(self, trade: Trade, current_profit: float, current_time: dat
def ohlcvdata_to_dataframe(self, data: Dict[str, DataFrame]) -> Dict[str, DataFrame]:
"""
Populates indicators for given candle (OHLCV) data (for multiple pairs)
Does not run advice_buy or advise_sell!
Does not run advise_buy or advise_sell!
Used by optimize operations only, not during dry / live runs.
Using .copy() to get a fresh copy of the dataframe for every strategy run.
Has positive effects on memory usage for whatever reason - also when
Expand Down

0 comments on commit b92fb6d

Please sign in to comment.