.. |
__init__.py
|
Implement price_to_precision logic for stoploss
|
2023-03-26 10:37:18 +02:00 |
binance_leverage_tiers.json
|
Update cached binance leverage Tiers
|
2023-03-28 07:05:37 +02:00 |
binance.py
|
Revert binance PO fix, since ccxt has fixed this bug.
|
2023-03-26 16:21:51 +02:00 |
bitpanda.py
|
Bitpanda's "fetch_my_trades" requires "to" argument
|
2021-12-25 14:28:22 +01:00 |
bittrex.py
|
Removed setup leverage and transfer functions from exchange
|
2021-09-09 15:47:49 -06:00 |
bybit.py
|
Accept "insufficient funds" error on set_leverage from stop calls
|
2023-03-21 19:29:27 +01:00 |
check_exchange.py
|
Improve supported exchange check by supporting exchange aliases
|
2022-10-04 19:28:57 +02:00 |
coinbasepro.py
|
Align coinbase download with ccxt limits
|
2021-05-27 07:38:47 +02:00 |
common.py
|
Update gateio terminology to Gate
|
2023-02-11 08:15:11 +01:00 |
exchange_utils.py
|
Use kwarg for rounding_mode, update tests with additional parameter
|
2023-03-26 11:00:41 +02:00 |
exchange.py
|
Merge pull request #8386 from freqtrade/feature/price_to_precision_round
|
2023-03-31 07:20:10 +02:00 |
gate.py
|
Override ccxt's marketOrderRequiresPrice settings for gate
|
2023-03-28 06:57:18 +02:00 |
hitbtc.py
|
Don't request sorted candles from HitBTC.
|
2023-02-25 13:49:16 +01:00 |
huobi.py
|
Simplify stoploss behavior by combining more commonalities
|
2022-10-26 07:14:33 +02:00 |
kraken.py
|
Use kwarg for rounding_mode, update tests with additional parameter
|
2023-03-26 11:00:41 +02:00 |
kucoin.py
|
Don't "fix" dry-run kucoin orders
|
2023-02-26 16:17:41 +01:00 |
okx.py
|
Accept "insufficient funds" error on set_leverage from stop calls
|
2023-03-21 19:29:27 +01:00 |
types.py
|
Improve Orderbook typing to align for diff. exchanges
|
2023-02-16 06:38:58 +01:00 |