mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
update docstring
This commit is contained in:
parent
224213840d
commit
2bc0c4ecd5
|
@ -406,7 +406,7 @@ class IStrategy(ABC, HyperStrategyMixin):
|
|||
When not implemented by a strategy, returns None, orderbook is used to set entry price
|
||||
|
||||
:param pair: Pair that's currently analyzed
|
||||
:param trade: trade object.
|
||||
:param trade: trade object (None for initial entries).
|
||||
:param current_time: datetime object, containing the current datetime
|
||||
:param proposed_rate: Rate, calculated based on pricing settings in exit_pricing.
|
||||
:param entry_tag: Optional entry_tag (buy_tag) if provided with the buy signal.
|
||||
|
|
Loading…
Reference in New Issue
Block a user