This commit is contained in:
David Brazda
2023-04-21 17:41:41 +02:00
parent 9a25592372
commit 5d897158b5

View File

@ -238,6 +238,7 @@ def next(data, state: StrategyState):
state.vars.limitka_price = None
limitka_found = False
limitka_qty = 0
limitka_filled_qty = 0
for o in orderlist:
if o.side == OrderSide.SELL:
#print("Nalezena LIMITKA")