Add test for can_short strategy attribute

This commit is contained in:
Matthias
2022-03-11 19:37:45 +01:00
parent 1c9dbb512a
commit 20fc9459f2
4 changed files with 25 additions and 5 deletions

View File

@@ -187,3 +187,7 @@ class StrategyTestV3(IStrategy):
return round(orders[0].cost, 0)
return None
class StrategyTestV3Futures(StrategyTestV3):
can_short = True