stable/freqtrade/exchange
Sam Germain 179947fa72
New config (#6333)
* updated new-config to add trading_mode and margin_mode

* added trading_mode and margin_mode to config examples

* added okex config example

* new file:   config_examples/config_binance_futures.example.json

* removed trading_mode and margin_mode from base_config and binance and okex example

* deleted okex and futures config files

* updated full config file

* updated new-config command to add trading_mode and margin_mode to config

* new file:   config_examples/config_okex_futures.example.json

* removed config_okex_futures.example.json

* added trading_mode to test_start_new_config

* new-config asks exchange before asking futures

* Simplify trading_mode selection

* margin_mode is empty string for spot new configs

* build_config_commands sorted exchanges

* isort

Co-authored-by: Matthias <xmatthias@outlook.com>
2022-02-02 14:46:44 +01:00
..
__init__.py Bitpanda's "fetch_my_trades" requires "to" argument 2021-12-25 14:28:22 +01:00
bibox.py Merge branch 'feat/short' into funding-fee-dry-run 2021-11-14 03:15:22 -06:00
binance.py okex._lev_prep, removing rounding from default set_leverage 2022-02-02 00:28:57 -06:00
binance_leverage_brackets.json Merged feat/short into lev-strat 2021-09-19 17:44:12 -06: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 Changed name Collateral -> MarginMode, collateral -> margin_mode, and _supported_trading_mode_margin_pairs -> _supported_trading_margin_pairs 2022-02-01 13:05:40 -06:00
coinbasepro.py Align coinbase download with ccxt limits 2021-05-27 07:38:47 +02:00
common.py Merge branch 'develop' into feat/short 2022-01-01 19:16:49 +01:00
exchange.py okex._lev_prep, removing rounding from default set_leverage 2022-02-02 00:28:57 -06:00
ftx.py okex._lev_prep, removing rounding from default set_leverage 2022-02-02 00:28:57 -06:00
gateio.py Changed name Collateral -> MarginMode, collateral -> margin_mode, and _supported_trading_mode_margin_pairs -> _supported_trading_margin_pairs 2022-02-01 13:05:40 -06:00
hitbtc.py Removed typing.List from bibox, hitbtc and kucoin 2021-11-13 06:21:17 -06:00
kraken.py exchange._set_leverage rounds leverage 2022-02-02 00:09:58 -06:00
kucoin.py Removed typing.List from bibox, hitbtc and kucoin 2021-11-13 06:21:17 -06:00
okex.py New config (#6333) 2022-02-02 14:46:44 +01:00