Matthias
|
a642524928
|
Improve integration test correctness
|
2023-03-29 06:48:00 +02:00 |
|
Matthias
|
eb96490c99
|
Improve some more stoploss tests
|
2023-03-28 20:28:05 +02:00 |
|
Matthias
|
6282b42741
|
Remove further Magicmock trade
|
2023-03-28 19:38:43 +02:00 |
|
Matthias
|
513df4515b
|
Improve stoploss tests
|
2023-03-28 19:19:55 +02:00 |
|
Matthias
|
411e21f430
|
Improve stop test
|
2023-03-28 18:13:26 +02:00 |
|
Matthias
|
f0b5f95fd6
|
Remove missleading comment
|
2023-03-28 18:10:26 +02:00 |
|
Matthias
|
736c396d98
|
Use correct amount for stoploss test
|
2023-03-28 16:45:54 +02:00 |
|
Matthias
|
19b78fbc22
|
Override ccxt's marketOrderRequiresPrice settings for gate
|
2023-03-28 06:57:18 +02:00 |
|
Matthias
|
cde432fef0
|
Enable gate market orders
closes #8368
|
2023-03-28 06:56:11 +02:00 |
|
Matthias
|
8ae44c204e
|
Merge pull request #8361 from TheJoeSchr/feature/trades-feather
featherdatahandler: implement trades_store/_trades_load
|
2023-03-27 21:05:30 +02:00 |
|
Matthias
|
3928051baf
|
Revert unneeded formatting changes
|
2023-03-27 20:35:26 +02:00 |
|
Matthias
|
72284317c2
|
Fix failing backtest test
|
2023-03-26 18:21:21 +02:00 |
|
Matthias
|
80a27bc0db
|
Fix random uvicorn error
|
2023-03-26 18:18:52 +02:00 |
|
Matthias
|
b09fb5826f
|
don't use "can_short" in backtesting to determine application of leverage
|
2023-03-26 16:21:51 +02:00 |
|
Matthias
|
fb1541bdf6
|
Explicitly close loop in async tests
|
2023-03-26 16:21:51 +02:00 |
|
Matthias
|
444d18aa39
|
Revert binance PO fix, since ccxt has fixed this bug.
|
2023-03-26 16:21:51 +02:00 |
|
Matthias
|
d97500581d
|
Merge pull request #8379 from xmatthias/type_sendmsg
Type sendmsg
|
2023-03-26 14:09:01 +02:00 |
|
Matthias
|
7cdcd97c26
|
Update tests for new logic.
|
2023-03-26 11:30:44 +02:00 |
|
Matthias
|
ee205ddc86
|
Improve trade.from_json when stops are used
|
2023-03-25 20:26:56 +01:00 |
|
Matthias
|
298f5685ee
|
Reuse existing "cancel_stoploss" call
|
2023-03-25 20:06:21 +01:00 |
|
Matthias
|
f7c1ee6d3e
|
add precision values to api schema
|
2023-03-25 11:55:47 +01:00 |
|
Matthias
|
9c6a49436b
|
Export amount/price precisions per trade
|
2023-03-25 11:42:19 +01:00 |
|
Matthias
|
34313a7af6
|
Merge remote-tracking branch 'origin/develop' into type_sendmsg
|
2023-03-25 09:23:00 +01:00 |
|
Matthias
|
79a2de7a64
|
Reduce impact of short outages
|
2023-03-25 08:31:35 +01:00 |
|
Matthias
|
cbdd86d777
|
Fix test failures due to additional field
|
2023-03-24 21:05:10 +01:00 |
|
Matthias
|
469166636c
|
Set initial stoploss when creating the order
This ensures that a trade never has "None" as stoploss
|
2023-03-24 07:27:45 +01:00 |
|
Matthias
|
150c5510c7
|
Don''t fully fail bot when invalid price value is reached
closes #8300
|
2023-03-22 19:46:07 +01:00 |
|
Matthias
|
36c45fd14f
|
Remove unused argument from set_leverage
|
2023-03-21 19:14:09 +01:00 |
|
Joe Schr
|
e16db814fa
|
featherdatahandler: implement trades_store/_trades_load
|
2023-03-21 17:56:51 +01:00 |
|
Matthias
|
97c420b2df
|
Add explicit test for okx lev_prep
|
2023-03-20 19:27:48 +01:00 |
|
Matthias
|
7b5e322ef2
|
Merge pull request #8360 from freqtrade/okx_stop
Okx stoploss on exchange
|
2023-03-20 19:19:59 +01:00 |
|
Matthias
|
56c2aa89bc
|
Merge pull request #8344 from freqtrade/fix/db_concurrent
Fix db concurrent problem
|
2023-03-20 18:17:09 +01:00 |
|
Matthias
|
54d8aa7782
|
Test stoploss_adjust okx
|
2023-03-20 06:46:00 +01:00 |
|
Matthias
|
4690244673
|
Enable okx stop-price types
|
2023-03-20 06:40:57 +01:00 |
|
Matthias
|
2de5a59d89
|
Add test for dry-run fetching
|
2023-03-20 06:38:42 +01:00 |
|
Matthias
|
a7c7f720c0
|
Add test for okx fetch_stop
|
2023-03-19 20:03:34 +01:00 |
|
Matthias
|
222ecdecd2
|
Improve code quality
|
2023-03-19 17:50:08 +01:00 |
|
Matthias
|
3d91dd8a98
|
Support post-only orders for Binance spot
closes #8044
|
2023-03-19 15:36:35 +01:00 |
|
Matthias
|
bf3f2e4de4
|
Fix failing test
|
2023-03-19 11:16:54 +01:00 |
|
hippocritical
|
763f4f4a3e
|
Merge branch 'freqtrade:develop' into strategy_utils
|
2023-03-18 20:15:12 +01:00 |
|
Matthias
|
62c8dd98d5
|
Use combination of thread-local and asyncio-aware session context
|
2023-03-18 19:28:22 +01:00 |
|
hippocritical
|
209811d23a
|
Merge branch 'freqtrade:develop' into strategy_utils
|
2023-03-17 08:48:52 +01:00 |
|
Matthias
|
e3e4fbd5ba
|
Minor test fix
|
2023-03-16 19:24:37 +01:00 |
|
Matthias
|
4cfbc55d34
|
Update remaining tests to get rid of .query
|
2023-03-16 18:07:06 +01:00 |
|
Matthias
|
9d6e973e5b
|
remove .query from most tests
|
2023-03-16 07:25:04 +01:00 |
|
Matthias
|
6ed337faa3
|
Update several tests to remove .query
|
2023-03-16 07:04:15 +01:00 |
|
Matthias
|
b469addffb
|
remove usage of .query from regular models
|
2023-03-15 21:00:30 +01:00 |
|
Matthias
|
47ab285252
|
Minor test fix
|
2023-03-15 20:49:35 +01:00 |
|
Matthias
|
5c280d5649
|
Improve emergency_exit handling
|
2023-03-13 20:28:13 +01:00 |
|
Matthias
|
487469680f
|
Use correct exception type for ccxt.InvalidOrder
|
2023-03-13 20:13:12 +01:00 |
|