Remove dataframe parameter from docs.

This commit is contained in:
Rokas Kupstys
2021-05-02 12:25:43 +03:00
parent cdfa6adbe5
commit 6af4de8fe8
3 changed files with 10 additions and 16 deletions

View File

@@ -296,7 +296,6 @@ class IStrategy(ABC, HyperStrategyMixin):
:param current_time: datetime object, containing the current datetime
:param current_rate: Rate, calculated based on pricing settings in ask_strategy.
:param current_profit: Current profit (as ratio), calculated based on current_rate.
:param dataframe: Analyzed dataframe for this pair. Can contain future data in backtesting.
:param **kwargs: Ensure to keep this here so updates to this won't break your strategy.
:return float: New stoploss value, relative to the currentrate
"""