Integration-test for DCA order

This commit is contained in:
Matthias
2022-01-02 20:20:56 +01:00
parent 3d336a736e
commit 2116b0729f
3 changed files with 65 additions and 4 deletions

View File

@@ -639,7 +639,6 @@ class DigDeeperStrategy(IStrategy):
return None
count_of_buys = 0
initial_order_stake =
for order in trade.orders:
if order.ft_order_side == 'buy' and order.status == "closed":
count_of_buys += 1