Begin work on increasing position size
This commit is contained in:
@@ -283,6 +283,15 @@ class ActiveManagementTestCase(StrategyMixin, SymbolPriceMock, TestCase):
|
||||
},
|
||||
)
|
||||
|
||||
def test_position_size_violated_increase_only(self):
|
||||
pass
|
||||
|
||||
def test_position_size_violated_decrease_only(self):
|
||||
pass
|
||||
|
||||
def test_position_size_violated_increase_decrease(self):
|
||||
pass
|
||||
|
||||
def test_protection_violated(self):
|
||||
self.trades[0]["takeProfitOrder"] = {"price": "0.0001"}
|
||||
self.trades[0]["stopLossOrder"] = {"price": "0.0001"}
|
||||
|
||||
Reference in New Issue
Block a user