Update outdated TODO-lev

This commit is contained in:
Matthias 2022-03-10 07:09:48 +01:00
parent cb9da78a27
commit f6c263882d

View File

@ -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: