Sam Germain
|
79d394058f
|
Changed InterestMode enum implementation
|
2021-07-07 21:04:38 -06:00 |
|
Sam Germain
|
03595bf951
|
Took liquidation price out of order
|
2021-07-07 20:21:02 -06:00 |
|
Sam Germain
|
ea4271ef34
|
Tried to add liquidation price to order object, caused a test to fail
|
2021-07-06 00:43:01 -06:00 |
|
Sam Germain
|
e7612a7eff
|
Switched migrations.py check for stake_currency back to open_rate, because stake_currency is no longer a variable
|
2021-07-04 23:51:58 -06:00 |
|
Sam Germain
|
20b806528f
|
Set default leverage to 1.0
|
2021-07-04 23:12:07 -06:00 |
|
Sam Germain
|
356ec4e44a
|
Most of the short tests work again
|
2021-07-04 04:14:39 -06:00 |
|
Sam Germain
|
6b20a315e3
|
Updated tests to new persistence
|
2021-07-04 00:27:54 -06:00 |
|
Matthias
|
e358860a69
|
Fix migrations, revert some parts related to amount properties
|
2021-07-03 17:03:12 +02:00 |
|
Sam Germain
|
13ec7610bf
|
Two margin tests pass now, although 3 persistance tests fail due the field in Trade being _leverage instead of leverage
|
2021-06-27 03:38:56 -06:00 |
|
Sam Germain
|
a9bd0700ed
|
Adding templates for leverage/short tests
|
2021-06-21 21:26:31 -06:00 |
|
Sam Germain
|
6c7c07d7c6
|
updated collateral_currency
|
2021-06-20 15:06:36 -06:00 |
|
Sam Germain
|
62226fe58c
|
Added changes suggested in pull request, except for collateral_currency
|
2021-06-20 14:49:07 -06:00 |
|
Sam Germain
|
73dbc7a2f4
|
Added changed to persistance/migrations
|
2021-06-20 02:25:22 -06:00 |
|
Sam Germain
|
abe0b3e3bd
|
Updated LocalTrade and Order classes
|
2021-06-19 22:06:51 -06:00 |
|
Matthias
|
b82f7a2dfd
|
Update orders-migrations to work with new sqlalchemy syntax
|
2021-05-27 11:38:28 +02:00 |
|
Matthias
|
c31cb67118
|
Further changes for sqlalchemy 1.4
|
2021-05-27 11:38:28 +02:00 |
|
Matthias
|
6acb2eb2b6
|
Add average column to orders table
|
2021-05-21 20:35:39 +02:00 |
|
Matthias
|
20455de2a9
|
Small enhancements to docs
|
2021-02-27 09:32:59 +01:00 |
|
Matthias
|
95fd3824da
|
Finish renamal of open_trade_price to open_value
|
2020-12-10 19:36:52 +01:00 |
|
Matthias
|
253b7b763e
|
Apply isort to freqtrade codebase
|
2020-09-28 19:40:46 +02:00 |
|
Matthias
|
d8fdd32b54
|
FIx migrations
|
2020-08-14 11:25:40 +02:00 |
|
Matthias
|
8458a380b8
|
Improve order catchup
|
2020-08-14 09:52:47 +02:00 |
|
Matthias
|
c4d7aff5c3
|
Order should have a "is_open" flag
|
2020-08-14 09:52:47 +02:00 |
|
Matthias
|
1a305ea8b0
|
Fix migrations to use unique key
|
2020-08-14 09:52:46 +02:00 |
|
Matthias
|
73182bb2dd
|
Update migrations to populate Orders table for open orders
|
2020-08-14 09:52:46 +02:00 |
|
Matthias
|
ed87abd93a
|
Allow selecting only a certain table range in migration
|
2020-08-14 09:52:46 +02:00 |
|
Matthias
|
7d03a067ee
|
Extract migrations ot seperate module
|
2020-08-14 09:52:46 +02:00 |
|