Sam Germain
|
d88e2ae603
|
Merge branch 'develop' into margin-db
|
2021-08-02 23:58:44 -06:00 |
|
Matthias
|
c5e3348b89
|
Migrations for indexes should run in a seperate session
closes #5349
|
2021-07-31 16:36:28 +02:00 |
|
Matthias
|
aa34889c04
|
Don't run migrations twice
|
2021-07-30 07:14:35 +02:00 |
|
Sam Germain
|
195badeb80
|
Changed liquidation_price to isolated_liq
|
2021-07-28 12:25:56 -06:00 |
|
Sam Germain
|
6ad9b535a9
|
persistence all to one test file, use more regular values like 2.0 for persistence tests
|
2021-07-28 12:25:56 -06:00 |
|
Matthias
|
317f4ebce0
|
Boolean sqlite fix for orders table
|
2021-07-28 12:25:56 -06:00 |
|
Matthias
|
071f6309cc
|
Try fix migration tests
|
2021-07-28 12:25:56 -06:00 |
|
Sam Germain
|
af8875574c
|
updated mkdocs and leverage docs
Added tests for set_liquidation_price and set_stop_loss
updated params in interestmode enum
|
2021-07-28 12:25:56 -06:00 |
|
Sam Germain
|
006a60e5a4
|
Added docstrings to methods
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
52def4e826
|
Changed InterestMode enum implementation
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
60572c9e0d
|
Took liquidation price out of order completely
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
f566d83839
|
Tried to add liquidation price to order object, caused a test to fail
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
be3a9390fe
|
Switched migrations.py check for stake_currency back to open_rate, because stake_currency is no longer a variable
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
0ffc85fed9
|
Set default leverage to 1.0
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
78708b27f2
|
Updated tests to new persistence
|
2021-07-28 12:25:55 -06:00 |
|
Matthias
|
e0d42d2eb7
|
Fix migrations, revert some parts related to amount properties
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
efcc2adacf
|
About 15 margin tests pass
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
000932eed0
|
Adding templates for leverage/short tests
All previous pytests pass
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
10979361c1
|
Added changes suggested in pull request, fixed breaking changes,
can run the bot again
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
741ca0e58c
|
Added changed to persistance/migrations
|
2021-07-28 12:25:55 -06:00 |
|
Sam Germain
|
c7e8439c76
|
Updated LocalTrade and Order classes
|
2021-07-28 12:25:55 -06:00 |
|
kevinjulian
|
49886874aa
|
rename to buy_tag
|
2021-07-21 20:05:35 +07:00 |
|
kevinjulian
|
c558fc0b17
|
fix feedback
|
2021-07-20 20:40:32 +07:00 |
|
kevinjulian
|
7d04005218
|
add test and migration
|
2021-07-20 16:14:48 +07: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 |
|