update custom_entry_price docstring

This commit is contained in:
Axel-CH 2023-09-16 13:20:10 -04:00
parent 1d0f1bd1ee
commit 3f4715ba49

View File

@ -406,6 +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 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.