Begin implementing positions

This commit is contained in:
2022-10-17 07:20:30 +01:00
parent 5279217324
commit 1bdd49ee6a
17 changed files with 452 additions and 28 deletions

View File

@@ -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",
)