Commit db0e220
authored
289 include unrealized gains in backtesting result (#292)
* Refactor app initialization
* Add sql trade model
* Refactor to persistent trade service
* Fix flake8 issues
* Fix windows path issue
* Fix windows tests
* Add windows poetry build
* Add windows build to test workflow
* Fix windows matrix tests
* Fix python version pin
* Fix venv reference
* Remove windows
* Fix logging config
* Add python 3.9 to the test matrix
* Add python 3.9 support
* Add python 3.8 support
* Remove python 3.8 support1 parent d992dc2 commit db0e220
File tree
136 files changed
+19817
-26756
lines changed- .github/workflows
- examples
- backtest_example
- algorithm
- backtests_example
- algorithms
- bitvavo_trading_bot
- coinbase_trading_bot
- crossover_moving_average_trading_bot
- algorithm
- investing_algorithm_framework
- app
- domain
- models
- backtesting
- order
- trade
- services
- utils
- indicators
- infrastructure
- models
- market_data_sources
- order
- repositories
- services/performance_service
- services
- backtesting
- market_data_source_service
- order_service
- portfolios
- trade_service
- tests
- app
- algorithm
- backtesting
- domain/models
- infrastructure
- market_data_sources
- repositories
- resources
- backtest_reports_for_testing
- market_data_sources_for_testing
- market_data_sources
- stubs
- services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
136 files changed
+19817
-26756
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
102 | | - | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | | - | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
| |||
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
74 | | - | |
75 | 72 | | |
76 | 73 | | |
77 | | - | |
| 74 | + | |
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
85 | | - | |
86 | 82 | | |
87 | 83 | | |
88 | 84 | | |
| |||
93 | 89 | | |
94 | 90 | | |
95 | 91 | | |
96 | | - | |
| 92 | + | |
97 | 93 | | |
98 | 94 | | |
99 | 95 | | |
100 | 96 | | |
101 | 97 | | |
| 98 | + | |
| 99 | + | |
102 | 100 | | |
103 | 101 | | |
104 | | - | |
| 102 | + | |
105 | 103 | | |
106 | 104 | | |
107 | | - | |
| 105 | + | |
| 106 | + | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
119 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
This file was deleted.
Whitespace-only changes.
Whitespace-only changes.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments