Matthias
|
fd694f14c2
|
Add new order columns, ft_amount and ft_price
|
2023-01-08 13:53:08 +01:00 |
|
Matthias
|
55001bf321
|
Keep max_stake_amount (only relevant for DCA orders).
|
2022-12-27 14:28:07 +01:00 |
|
Matthias
|
afcb86f422
|
Improve migration types
|
2022-11-17 10:25:51 +00:00 |
|
Matthias
|
16573b19e3
|
Fix migration syntax error
|
2022-09-03 19:51:44 +02:00 |
|
Matthias
|
ed4cc18cdd
|
Migration to check order funding fee
|
2022-09-03 15:19:40 +02:00 |
|
Matthias
|
78b161e14c
|
add contract_size to database
|
2022-08-23 06:37:38 +02:00 |
|
Matthias
|
76a3e97e05
|
Add migrations end message
closes #7251
|
2022-08-19 06:39:51 +02:00 |
|
Matthias
|
c3f159bd57
|
Add precision fields to database
|
2022-08-15 19:58:40 +02:00 |
|
Kavinkumar
|
a4bada3ebe
|
Partial exit using average price (#6545)
Introduce Partial exits
|
2022-07-31 14:19:04 +02:00 |
|
Matthias
|
6f0721ae2b
|
Update dry-order-fix to use sqlalchemy internals
|
2022-07-04 17:17:39 +02:00 |
|
Matthias
|
6da3fa08e4
|
Update migrations to also support Postgres
closes #7038
|
2022-07-04 11:14:59 +02:00 |
|
Matthias
|
53e5483daa
|
Store StopPrice for dry-run orders
closes #6996
|
2022-06-22 06:31:51 +02:00 |
|
Matthias
|
c0ff554d5b
|
Cleanup old, left open dry-run orders
|
2022-06-05 22:12:27 +02:00 |
|
Matthias
|
31cce741ac
|
Add sequence migration
|
2022-05-10 07:13:51 +02:00 |
|
Matthias
|
30d6eeffd0
|
Fix migration bug
|
2022-05-08 17:49:13 +02:00 |
|
Matthias
|
3221726d85
|
Update migration to use boolean value
closes #6794
|
2022-05-08 17:29:42 +02:00 |
|
Matthias
|
737bdfe844
|
Use "side" parameter when calling Pairlocks
|
2022-04-24 14:33:24 +02:00 |
|
Matthias
|
845f960a4e
|
realign pairlock naming to side
|
2022-04-24 14:33:24 +02:00 |
|
Matthias
|
6ff3b178b0
|
Add direction column to pairlocks
|
2022-04-24 14:33:24 +02:00 |
|
Matthias
|
77c840c2a4
|
Fix syntax-error in exit_reason migration
|
2022-04-10 15:10:13 +02:00 |
|
Matthias
|
850760bc00
|
Remove migration from very old database
(database without Orders table)
|
2022-04-10 08:43:30 +02:00 |
|
Matthias
|
8e98a2ff9f
|
api - provide assset_currency via API
|
2022-04-09 16:42:18 +02:00 |
|
Matthias
|
4cd4edf08b
|
Update exit_reasons while migrating the database
|
2022-04-04 19:52:26 +02:00 |
|
Matthias
|
2d2bea17e7
|
sell_order_status -> exit_order_status
|
2022-04-03 11:17:01 +02:00 |
|
Matthias
|
cd78792f48
|
Improve some telegram terminology
|
2022-04-03 10:40:13 +02:00 |
|
Matthias
|
543aa74278
|
update sell_reason to exit_reason
|
2022-04-02 20:04:29 +02:00 |
|
Matthias
|
94274e4823
|
Remove order.leverage column
|
2022-03-31 06:57:16 +02:00 |
|
Matthias
|
cfa9458bcc
|
Merge branch 'develop' into feat/short
|
2022-03-13 15:38:12 +01:00 |
|
Matthias
|
9107819c95
|
Fix order migration "forgetting" average
|
2022-03-13 14:42:15 +01:00 |
|
Matthias
|
d2a163e2cf
|
rename column to liquidation_price
|
2022-03-07 17:16:33 +01:00 |
|
Matthias
|
fd936e26ae
|
Merge branch 'develop' into feat/short
|
2022-02-24 19:56:42 +01:00 |
|
Matthias
|
53452c8d64
|
Merge pull request #6437 from freqtrade/update_trade
Migrate trade updating to use order model
|
2022-02-23 19:56:02 +01:00 |
|
Matthias
|
8952829adc
|
Merge branch 'develop' into feat/short
|
2022-02-23 06:28:15 +01:00 |
|
Matthias
|
02ce0dc02e
|
Set journal mode to wal for sqlite databases
closes #6353
|
2022-02-22 19:31:58 +01:00 |
|
Matthias
|
fddacfedaa
|
Remove returntype
|
2022-02-20 16:47:02 +01:00 |
|
Matthias
|
a24586cd41
|
Update migrations for new column
|
2022-02-20 16:32:04 +01:00 |
|
Matthias
|
0c6d92a7a6
|
Merge branch 'develop' into feat/short
|
2022-02-11 17:02:04 +01:00 |
|
Matthias
|
bd4014e1e6
|
Small cleanup
|
2022-01-22 15:01:27 +01:00 |
|
Matthias
|
3d94d7df5c
|
Update migrations for mariadb
|
2022-01-21 19:31:11 +01:00 |
|
Matthias
|
c265f39323
|
Update sequences for postgres
|
2022-01-21 17:19:39 +01:00 |
|
Matthias
|
19948a6f89
|
Try fix sequence migrations
|
2022-01-21 16:49:08 +01:00 |
|
Matthias
|
5dca183b7b
|
Combine order and Trade migrations to better facilitate migrations in advanced DB systems
|
2022-01-21 16:49:08 +01:00 |
|
Sam Germain
|
c61acb9f19
|
removed rename todos
|
2022-01-08 03:09:47 -06:00 |
|
Matthias
|
192ac88314
|
Update optimize-reports to enter_tag wording
|
2021-11-21 10:20:09 +01:00 |
|
Matthias
|
36deced00b
|
Remove more buy_tag references
|
2021-11-21 09:55:10 +01:00 |
|
Matthias
|
532a9341d2
|
Fix migration issue
|
2021-10-12 20:41:48 +02:00 |
|
Sam Germain
|
d6d5bae2a1
|
New funding fee methods
|
2021-09-04 16:33:06 -06:00 |
|
Sam Germain
|
b7891485b3
|
Created FundingFee class and added funding_fee to LocalTrade and freqtradebot
|
2021-09-04 16:20:07 -06:00 |
|
Sam Germain
|
de4b0d1f7c
|
Merged with feat/short
|
2021-08-09 00:24:25 -06:00 |
|
Sam Germain
|
8e941e6836
|
Changed interest implementation
|
2021-08-08 17:09:17 -06:00 |
|