mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update outdated TODO-lev
This commit is contained in:
parent
cb9da78a27
commit
f6c263882d
|
@ -507,7 +507,6 @@ class FreqtradeBot(LoggingMixin):
|
|||
If the strategy triggers the adjustment, a new order gets issued.
|
||||
Once that completes, the existing trade is modified to match new data.
|
||||
"""
|
||||
# TODO-lev: Check what changes are necessary for DCA in relation to shorts.
|
||||
if self.strategy.max_entry_position_adjustment > -1:
|
||||
count_of_buys = trade.nr_of_successful_entries
|
||||
if count_of_buys > self.strategy.max_entry_position_adjustment:
|
||||
|
|
Loading…
Reference in New Issue
Block a user