Sam Germain
|
86888dbbf0
|
Took liquidation price out of order completely
|
2021-07-26 23:09:47 -06:00 |
|
Sam Germain
|
dd6cc1153b
|
Tried to add liquidation price to order object, caused a test to fail
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
b6c8b60e65
|
Switched migrations.py check for stake_currency back to open_rate, because stake_currency is no longer a variable
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
0d5749c508
|
Set default leverage to 1.0
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
9ddb6981dd
|
Updated tests to new persistence
|
2021-07-26 23:09:46 -06:00 |
|
Matthias
|
75b2c9ca1b
|
Fix migrations, revert some parts related to amount properties
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
da81be9050
|
About 15 margin tests pass
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
613eecf16a
|
Adding templates for leverage/short tests
All previous pytests pass
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
67341aa4f2
|
Added changes suggested in pull request, fixed breaking changes,
can run the bot again
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
20dcd9a1a2
|
Added changed to persistance/migrations
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
a27171b371
|
Updated LocalTrade and Order classes
|
2021-07-26 23:09:46 -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 |
|