stable/freqtrade
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
..
commands New config (#6333) 2022-02-02 14:46:44 +01:00
configuration Merge branch 'develop' into feat/short 2022-01-22 17:56:01 +01:00
data Properly detect default candle type 2022-01-29 14:31:58 +01:00
edge Added candle_type to a lot of methods, wrote some tests 2021-11-21 17:48:14 -06:00
enums 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
exchange New config (#6333) 2022-02-02 14:46:44 +01:00
leverage moved liquidation_price method to exchange classes 2022-01-31 12:16:43 -06:00
mixins Improve wording, fix bug 2020-12-07 15:48:06 +01:00
optimize Merge branch 'develop' into feat/short 2022-01-29 14:19:30 +01:00
persistence exchange.liquidation_price methods combined, dry_run check on exchange for liquidation price 2022-01-31 12:18:25 -06:00
plot Merge branch 'develop' into feat/short 2022-01-22 17:56:01 +01:00
plugins Removed PrecisionFilter liquidation price TODO-lev 2022-01-31 12:06:04 -06:00
resolvers Merge branch 'develop' into feat/short 2022-01-29 14:19:30 +01:00
rpc Add leverage/short properties to api responses 2022-02-01 07:08:43 +01:00
strategy Merge pull request #6312 from freqtrade/short_informative_decorator 2022-01-30 15:33:52 +01:00
templates New config (#6333) 2022-02-02 14:46:44 +01:00
vendor Disable ability to use lookahead-biased vwap 2021-10-17 11:23:58 +02:00
__init__.py merged with feat/short 2021-09-15 22:28:10 -06:00
__main__.py Update references to remove python 3.7 support 2022-01-25 06:43:36 +01:00
constants.py change to margin_mode also in documentation 2022-02-02 06:41:42 +01:00
exceptions.py Small formatting upgrades 2021-11-11 12:06:18 +01:00
freqtradebot.py set reduceOnly for futures exit orders 2022-02-02 00:08:50 -06:00
loggers.py Fix empty "/log" endpoint in certain moments 2022-01-16 15:37:00 +01:00
main.py Update references to remove python 3.7 support 2022-01-25 06:43:36 +01:00
misc.py Merge branch 'develop' into feat/short 2022-01-22 17:56:01 +01:00
wallets.py Integration-test for DCA order 2022-01-02 20:20:56 +01:00
worker.py Slightly reduce verbosity when reload_conf is issued 2021-12-23 20:33:13 +01:00