Matthias
|
289425a434
|
Add test for dry-run-cancel order
|
2020-08-29 10:07:02 +02:00 |
|
Matthias
|
c6741ea6c3
|
Merge branch 'develop' into fix/broken_getpairs
|
2020-08-12 20:13:06 +02:00 |
|
Matthias
|
3915101d2d
|
Add more backoff to fetch_order endpoint
|
2020-08-02 10:32:17 +02:00 |
|
Matthias
|
6c77feee85
|
Improve some exchange logs
|
2020-08-02 10:18:19 +02:00 |
|
Matthias
|
071e82043a
|
Better handle cancelled buy orders
|
2020-08-01 15:59:50 +02:00 |
|
Matthias
|
5cebc9f39d
|
Move stoploss_on_exchange_limit_ratio to configuration schema
|
2020-07-15 19:28:40 +02:00 |
|
Matthias
|
6ee6e51ab4
|
Merge branch 'develop' into pr/hroff-1902/3478
|
2020-07-13 07:22:43 +02:00 |
|
Matthias
|
4d9ecf137b
|
Fix failing test in python 3.7
can't use Magicmock in 3.7 (works in 3.8 though).
|
2020-06-28 20:38:28 +02:00 |
|
Matthias
|
c6124180fe
|
Fix bug when fetching orders fails
|
2020-06-28 19:45:42 +02:00 |
|
Matthias
|
6362bfc36e
|
Fix calculate_backoff implementation
|
2020-06-28 19:41:21 +02:00 |
|
Matthias
|
cbcbb4bdb5
|
Rename get_stoploss_order to fetch_stoploss_order (align with fetch_order)
|
2020-06-28 16:30:24 +02:00 |
|
Matthias
|
92c70fb903
|
Rename get_order to fetch_order (to align to ccxt naming)
|
2020-06-28 16:27:35 +02:00 |
|
Matthias
|
e040c518ca
|
Dynamic backoff on DDos errors
|
2020-06-28 16:19:12 +02:00 |
|
Matthias
|
29d3ff1bc9
|
Adjust tests to work with ExchangeError
|
2020-06-28 16:04:04 +02:00 |
|
Matthias
|
5bd4798ed0
|
Add retrier to stoploss calls (but without retrying)
|
2020-06-28 11:56:29 +02:00 |
|
Matthias
|
2c45114a64
|
Implement DDos backoff (1s)
|
2020-06-28 11:17:06 +02:00 |
|
Matthias
|
45ffb26910
|
Merge branch 'develop' into pr/hroff-1902/3478
|
2020-06-18 19:54:46 +02:00 |
|
Matthias
|
e2465f979b
|
Correctly mock out async_reload
|
2020-06-17 08:33:53 +02:00 |
|
Matthias
|
d4fb5af456
|
Also reload async markets
fixes #2876 - Logs and Empty ticker history for new pair
|
2020-06-17 07:23:20 +02:00 |
|
Matthias
|
a3506f4d8e
|
Merge branch 'develop' into timeframe
|
2020-06-15 06:35:55 +02:00 |
|
Matthias
|
f80b5f9410
|
Merge pull request #3438 from freqtrade/ftx_stoploss
Ftx stoploss
|
2020-06-14 07:02:15 +02:00 |
|
Matthias
|
534c242d1b
|
Apply typography to test too
|
2020-06-14 06:33:08 +02:00 |
|
hroff-1902
|
4660909e95
|
Validate stoploss_on_exchange_limit_ratio at startup time
|
2020-06-14 01:07:00 +03:00 |
|
hroff-1902
|
1bf333d320
|
Minor: fix test
|
2020-06-14 00:57:13 +03:00 |
|
hroff-1902
|
37bc2d28ad
|
Revert "Remove _load_async_markets"
This reverts commit 6744f8f052 .
|
2020-06-13 13:34:29 +03:00 |
|
hroff-1902
|
7d451638a8
|
Make _reload_markets() public
|
2020-06-10 01:39:23 +03:00 |
|
hroff-1902
|
6744f8f052
|
Remove _load_async_markets
|
2020-06-10 01:22:55 +03:00 |
|
Matthias
|
f0eb0bc350
|
Support limit orders
|
2020-06-03 06:11:34 +02:00 |
|
Matthias
|
77a62b845a
|
Fix some comments
|
2020-06-03 06:11:34 +02:00 |
|
Matthias
|
cf50c1cb7b
|
Add tests for new exchange methods
|
2020-06-03 06:11:34 +02:00 |
|
Matthias
|
d90d6ed5d0
|
Add ftx to tested exchanges
|
2020-06-03 06:11:34 +02:00 |
|
Matthias
|
78dea19ffb
|
Implement first version of FTX stop
|
2020-06-03 06:11:34 +02:00 |
|
Matthias
|
ea954b4338
|
Add failing test with testcase from incident
Full problem in #3431
|
2020-06-02 20:54:14 +02:00 |
|
Matthias
|
b74a3addc6
|
Update tests
|
2020-06-02 20:30:31 +02:00 |
|
Matthias
|
898def7f6c
|
Remove ticker_interval from exchange
|
2020-06-01 20:39:01 +02:00 |
|
Matthias
|
009ea0639f
|
Exchange some occurances of ticker_interval
|
2020-06-01 20:33:26 +02:00 |
|
Matthias
|
f187753f8f
|
Add ccxt_sync_config to simplify ccxt configuration
|
2020-05-30 10:45:50 +02:00 |
|
Matthias
|
16cd1f06b2
|
Rename get_order_book to fetch_l2_order_book (aligning to ccxt)
|
2020-05-26 20:27:35 +02:00 |
|
Matthias
|
5a9a31351a
|
Adjust empty f-strings to be non-fstrings
|
2020-05-18 11:40:25 +02:00 |
|
Matthias
|
ba68c42aae
|
Merge pull request #3297 from bmoulkaf/develop
Fix stoploss on binance bug
|
2020-05-15 08:23:18 +02:00 |
|
Matthias
|
a7b469e83d
|
Add test verifying correct price reduction on limit stoploss orders
|
2020-05-15 08:09:53 +02:00 |
|
Matthias
|
92b6d3e2fa
|
Adjust test to reflect correct behaviour
|
2020-05-15 08:04:14 +02:00 |
|
hroff-1902
|
8e4ffea52b
|
Merge pull request #3239 from freqtrade/feat/fee_handling
Improve fee handling
|
2020-05-14 18:48:48 +03:00 |
|
Matthias
|
d86855f2f3
|
Merge pull request #3129 from freqtrade/trades_to_list
convert dl-trades datadownload to list
|
2020-05-13 09:41:26 +02:00 |
|
Matthias
|
59bafc8d02
|
Implement fee rate calculation
|
2020-05-01 15:50:02 +02:00 |
|
Matthias
|
e74ed0ba7b
|
Add tests for fee extraction methods
|
2020-04-30 20:05:27 +02:00 |
|
Matthias
|
c775d65126
|
Update typehint for cancel_order
|
2020-04-18 06:55:25 +02:00 |
|
Matthias
|
5e3e0e819f
|
Add tests for cancel_order_with_result
|
2020-04-17 17:53:18 +02:00 |
|
Matthias
|
800891a475
|
Add tests for cancel_order_with_result
|
2020-04-17 07:18:46 +02:00 |
|
hroff-1902
|
df79011aba
|
Merge pull request #3112 from freqtrade/trade_state_updates
Trade state updates
|
2020-04-16 12:05:19 +03:00 |
|