hroff-1902
|
04a2fb16aa
|
Merge pull request #3433 from freqtrade/fix/cost_calc_crash
Free trades should not crash the bot
|
2020-06-02 22:20:29 +03:00 |
|
Matthias
|
a2551daf12
|
Fix ZeroDivision problem where cost is 0.0
|
2020-06-02 20:55:12 +02:00 |
|
Matthias
|
8550c3e43f
|
Merge pull request #3409 from hroff-1902/exchange_logging
Minor: Better exchange debug logging
|
2020-06-02 20:27:53 +02:00 |
|
hroff-1902
|
48117666fe
|
Update freqtrade/exchange/exchange.py
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2020-06-02 21:09:23 +03:00 |
|
hroff-1902
|
85fedf95e8
|
Make mypy happy
|
2020-06-02 18:43:37 +03:00 |
|
hroff-1902
|
123a556ec8
|
Better exchange logging
|
2020-05-31 13:05:58 +03: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
|
046202fdda
|
Fix typing circular dependency
|
2020-05-22 20:56:34 +02:00 |
|
Matthias
|
76bd97d510
|
Merge pull request #3317 from hroff-1902/refactor-informative
Refactor informative pairs
|
2020-05-18 21:57:16 +02:00 |
|
hroff-1902
|
115586a50f
|
Introduce freqtrade.typing
|
2020-05-18 21:59:50 +03:00 |
|
Matthias
|
839ca28604
|
Merge pull request #3334 from hroff-1902/retrier-dependency-exceptions
Do not throttle with DependencyException in Exchange retrier
|
2020-05-18 19:49:24 +02:00 |
|
hroff-1902
|
6951b20aa0
|
Do not throttle with DependencyException in retrier
|
2020-05-18 17:31:34 +03:00 |
|
hroff-1902
|
8bdd5e7121
|
Minor: correct import of retrier
|
2020-05-18 15:20:51 +03:00 |
|
hroff-1902
|
6fa8750fea
|
Merge branch 'develop' into refactor-informative
|
2020-05-18 14:00:09 +03:00 |
|
hroff-1902
|
627c5059f0
|
Move create_pair_list to pairlistmanager
|
2020-05-18 13:54:21 +03:00 |
|
Matthias
|
5a9a31351a
|
Adjust empty f-strings to be non-fstrings
|
2020-05-18 11:40:25 +02:00 |
|
hroff-1902
|
bf25746965
|
Introduce datatype for informative pairs
|
2020-05-16 12:27:56 +03:00 |
|
Matthias
|
ba68c42aae
|
Merge pull request #3297 from bmoulkaf/develop
Fix stoploss on binance bug
|
2020-05-15 08:23:18 +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 |
|
bmoulkaf
|
fe3ea8e7ec
|
Fix stoploss on binance bug
|
2020-05-13 05:15:18 +00:00 |
|
hroff-1902
|
d4362ed357
|
Minor: improve exception handling in exchange
|
2020-05-09 09:29:40 +03:00 |
|
Matthias
|
021e2b58ca
|
Support partially cancelled orders for fee calculation
|
2020-05-01 20:24:26 +02:00 |
|
Matthias
|
6b33d5af1e
|
Fix fee-calculation for dry-run orders
|
2020-05-01 19:51:35 +02:00 |
|
Matthias
|
59bafc8d02
|
Implement fee rate calculation
|
2020-05-01 15:50:02 +02:00 |
|
Matthias
|
45c97fde2d
|
Use correct typehint for extract_cost_curr_rate
|
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
|
2e4dc6c253
|
Exchange should return fee dict for dry-run orders
|
2020-04-30 19:56:48 +02:00 |
|
Matthias
|
a867d40eac
|
Move fee_methods to exchange
|
2020-04-30 19:33: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 |
|
Matthias
|
33b6c7de5b
|
Add tests for price_one_pip
|
2020-04-15 07:53:31 +02:00 |
|
Matthias
|
36e714a7b2
|
Add price_get_one_pip filter
|
2020-04-15 07:19:27 +02:00 |
|
Matthias
|
cfe1e4876a
|
Improve testcase for cancel_order_empty
|
2020-04-14 19:20:47 +02:00 |
|
Matthias
|
d76bb1ccf4
|
Use List of Lists instead of list of Dicts for trades data
|
2020-04-01 19:45:21 +02:00 |
|
Matthias
|
270ac2e8c1
|
Add check_order_cancelled_empty method to exchange
|
2020-03-25 09:43:04 +01:00 |
|
hroff-1902
|
3208faf7ed
|
Do not use ticker where it's not a ticker
|
2020-03-08 20:47:02 +03:00 |
|
hroff-1902
|
8475baba4e
|
Merge pull request #2995 from freqtrade/stake_curr_empty
Allow Stake currency empty when using download-data
|
2020-03-02 00:53:09 +03:00 |
|
Matthias
|
60f04cff4d
|
Simplify expression
|
2020-02-29 20:41:03 +01:00 |
|
Matthias
|
d7373be553
|
Add official support for Kraken
|
2020-02-29 16:58:22 +01:00 |
|
Matthias
|
60579485e5
|
fix empty stake currency problem
|
2020-02-29 14:56:36 +01:00 |
|
hroff-1902
|
e6d003f8f2
|
Merge pull request #2973 from freqtrade/support_non_pairs
Support non pairs
|
2020-02-26 12:20:45 +03:00 |
|
Matthias
|
f38accb77b
|
Return empty string if no quote / base currency can be found
|
2020-02-26 07:09:54 +01:00 |
|
Matthias
|
4e218be51d
|
Don't use markets[pair]['quote']
|
2020-02-26 07:08:09 +01:00 |
|
Matthias
|
31ac4598ba
|
Fix last occurances of pair splitting
|
2020-02-25 07:16:37 +01:00 |
|
Matthias
|
61037ab7b8
|
Implement get_pair_base_curr and get_pair_quote_curr
|
2020-02-24 21:50:27 +01:00 |
|
Matthias
|
3e4f663418
|
Move pairlist validation to exchange (we need to use .quote) from
markets
|
2020-02-24 21:33:42 +01:00 |
|