freqtrade_origin/freqtrade/exchange
2023-04-17 19:52:19 +02:00
..
__init__.py Add bitvavo sublass to properly set ohlcv limit 2023-04-17 07:25:13 +02:00
binance_leverage_tiers.json Update binance leverage tiers file 2023-04-16 08:35:17 +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
bitvavo.py Add bitvavo sublass to properly set ohlcv limit 2023-04-17 07:25:13 +02: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 Handle individual exceptions when initializing leverage tiers 2023-04-17 19:52:19 +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 Make stop_price_parameter configurable by exchange 2023-04-03 20:18:57 +02:00
types.py Improve Orderbook typing to align for diff. exchanges 2023-02-16 06:38:58 +01:00