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.
|
If the strategy triggers the adjustment, a new order gets issued.
|
||||||
Once that completes, the existing trade is modified to match new data.
|
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:
|
if self.strategy.max_entry_position_adjustment > -1:
|
||||||
count_of_buys = trade.nr_of_successful_entries
|
count_of_buys = trade.nr_of_successful_entries
|
||||||
if count_of_buys > self.strategy.max_entry_position_adjustment:
|
if count_of_buys > self.strategy.max_entry_position_adjustment:
|
||||||
|
Loading…
Reference in New Issue
Block a user