Commit Graph

261 Commits

Author SHA1 Message Date
Mark Veidemanis 0b7dc001bf
Add a warning about hooks to the asset restriction form 2023-02-10 21:14:17 +00:00
Mark Veidemanis 1d01368570
Add webhook ID to asset restriction model 2023-02-10 21:13:12 +00:00
Mark Veidemanis 101a4933c9
Make long IDs copyable 2023-02-10 21:13:00 +00:00
Mark Veidemanis 119acdd734
Use django-crud-mixins for CRUD helpers 2023-02-10 20:49:35 +00:00
Mark Veidemanis 659b73e695
Add mixins 2023-02-10 07:20:36 +00:00
Mark Veidemanis 8750e999b3
Remove unused log 2023-02-10 07:20:36 +00:00
Mark Veidemanis f81d632df3
Add asset groups and restrictions 2023-02-10 14:33:17 +00:00
Mark Veidemanis 7938bffc8d
Implement extra permission checks and mutations on restriction mixin 2023-02-10 14:32:51 +00:00
Mark Veidemanis 72055181bc
Implement CRUD for asset groups 2023-02-10 07:20:19 +00:00
Mark Veidemanis e00cdc906e
Update pre-commit versions 2023-02-09 07:20:17 +00:00
Mark Veidemanis f4ef280f80
Fix circular import 2023-01-11 21:12:43 +00:00
Mark Veidemanis 70d1fdbbd3
Adjust comment 2023-01-11 20:53:04 +00:00
Mark Veidemanis 7d0f979a96
Check risk management when opening trades with strategies 2023-01-11 20:48:17 +00:00
Mark Veidemanis 3f05553c71
Add initial balance to template and adjust PL calculation to use initial balance 2023-01-11 20:43:11 +00:00
Mark Veidemanis 9a69120695
Remove leftover comments and debug statements 2023-01-11 19:59:27 +00:00
Mark Veidemanis 23faeb6f71
Write tests for open trade checks 2023-01-11 19:55:09 +00:00
Mark Veidemanis e55f903f42
Continue implementing live risk checks 2023-01-11 19:46:47 +00:00
Mark Veidemanis 93be9e6ffe
Check the max risk relative to the account balance 2023-01-06 07:20:55 +00:00
Mark Veidemanis ae42d9b223
Fix profit/loss calculation 2023-01-06 08:52:15 +00:00
Mark Veidemanis 1bab2a729b
Fix SL polarity for losses 2023-01-05 23:58:13 +00:00
Mark Veidemanis db870c39c6
Fix TP/SL calculation and make more tests for profit/loss 2023-01-05 23:37:50 +00:00
Mark Veidemanis 2dfaef324c
Add more tests for risk checking 2023-01-05 19:48:56 +00:00
Mark Veidemanis 483333bf28
Test checking maximum risk with market data 2023-01-05 19:46:18 +00:00
Mark Veidemanis d3e2bc8648
Implement TP/SL price to percent conversion 2023-01-05 19:27:59 +00:00
Mark Veidemanis a6f9e74ee1
Close all positions on demo account when exiting tests 2023-01-05 17:25:22 +00:00
Mark Veidemanis b8b39ea8d3
Implement closing all positions 2023-01-05 17:25:06 +00:00
Mark Veidemanis 9dda0e8b4a
Write live open/close and list trades tests 2023-01-02 18:42:55 +00:00
Mark Veidemanis 72671aa87f
Refactor OANDA schemas and refactor existing ones to make use of more objects 2023-01-02 18:42:33 +00:00
Mark Veidemanis 9835219e51
Implement closing trades on OANDA 2023-01-02 18:42:03 +00:00
Mark Veidemanis 2fa61fb195
Print the response if validation fails 2023-01-02 18:41:49 +00:00
Mark Veidemanis e0ea4c86fa
Implement check risk function 2023-01-01 21:52:51 +00:00
Mark Veidemanis 46aaff43c0
Begin writing live tests 2023-01-01 21:52:43 +00:00
Mark Veidemanis b2361bda77
Add enabled checkbox to account list 2023-01-01 15:52:04 +00:00
Mark Veidemanis b31a2d1464
Allow disabling accounts 2023-01-01 15:46:40 +00:00
Mark Veidemanis a18c150fe2
Begin implementing get all open trades 2022-12-22 07:20:49 +00:00
Mark Veidemanis b818e7e3f5
Write risk checking helpers and tests 2022-12-13 07:20:49 +00:00
Mark Veidemanis c81cb62aca
Finish implementing risk models 2022-12-13 07:20:49 +00:00
Mark Veidemanis 4e24ceac72
Add risk model and views 2022-12-21 21:35:59 +00:00
Mark Veidemanis 52ddef4c8f
Simplify protection options and allow none 2022-12-20 23:20:07 +00:00
Mark Veidemanis 29125d5087
Reshuffle the menu to minimise confusion 2022-12-13 07:20:49 +00:00
Mark Veidemanis 3a7b5c3ffd
Bring Alpaca and OANDA implementation functions into alignment 2022-12-13 07:20:49 +00:00
Mark Veidemanis a41a1e76a5
Refactor market into two files 2022-12-20 07:20:26 +00:00
Mark Veidemanis b7c46ba1d3
Add more user feedback on rejected and dropped trades 2022-12-20 07:20:26 +00:00
Mark Veidemanis a96c99b9e4
Remove dot in notifications title 2022-12-19 07:20:56 +00:00
Mark Veidemanis 8afe638f0d
Add Elasticsearch support 2022-12-13 07:20:49 +00:00
Mark Veidemanis 50820172b1
Send notification on new user creations 2022-12-18 17:49:42 +00:00
Mark Veidemanis 8de99c1bcd
Make variables passed to CRUD helpers consistent 2022-12-18 17:37:34 +00:00
Mark Veidemanis 246674b03e
Hide the cancel button and add title/subtitle to notification page 2022-12-18 17:27:40 +00:00
Mark Veidemanis 7ee698f457
Implement custom notification settings 2022-12-18 17:21:52 +00:00
Mark Veidemanis 4c463e88f2
Implement notifications 2022-12-18 16:55:09 +00:00