Begin work on increasing position size
This commit is contained in:
@@ -80,6 +80,14 @@ ADJUST_CLOSE_NOTIFY_CHOICES = (
|
||||
("adjust", "Adjust violating trades"),
|
||||
)
|
||||
|
||||
ADJUST_WITH_DIRECTION_CHOICES = (
|
||||
("none", "None"),
|
||||
("close", "Close violating trades"),
|
||||
("notify", "Notify only"),
|
||||
("adjust", "Increase and reduce"),
|
||||
("adjust_up", "Increase only"),
|
||||
("adjust_down", "Reduce only"),
|
||||
)
|
||||
|
||||
# class Plan(models.Model):
|
||||
# name = models.CharField(max_length=255, unique=True)
|
||||
|
||||
Reference in New Issue
Block a user