Begin implementing positions
This commit is contained in:
@@ -51,6 +51,7 @@ class AccountForm(ModelForm):
|
||||
"exchange",
|
||||
"api_key",
|
||||
"api_secret",
|
||||
"sandbox",
|
||||
)
|
||||
|
||||
|
||||
@@ -65,4 +66,5 @@ class TradeForm(ModelForm):
|
||||
"price",
|
||||
"stop_loss",
|
||||
"take_profit",
|
||||
"direction",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user