From 51c925f9f3737e59bcd61b7ee698afce9491784e Mon Sep 17 00:00:00 2001 From: incrementby1 <91958753+incrementby1@users.noreply.github.com> Date: Wed, 27 Oct 2021 12:40:26 +0200 Subject: [PATCH] Delete StackingConfig.json --- StackingConfig.json | 89 --------------------------------------------- 1 file changed, 89 deletions(-) delete mode 100644 StackingConfig.json diff --git a/StackingConfig.json b/StackingConfig.json deleted file mode 100644 index 750ef92c6..000000000 --- a/StackingConfig.json +++ /dev/null @@ -1,89 +0,0 @@ - -{ - "max_open_trades": 12, - "stake_currency": "USDT", - "stake_amount": 100, - "tradable_balance_ratio": 0.99, - "fiat_display_currency": "USD", - "timeframe": "5m", - "dry_run": true, - "cancel_open_orders_on_exit": false, - "allow_position_stacking": true, - "unfilledtimeout": { - "buy": 10, - "sell": 30, - "unit": "minutes" - }, - "bid_strategy": { - "price_side": "ask", - "ask_last_balance": 0.0, - "use_order_book": true, - "order_book_top": 1, - "check_depth_of_market": { - "enabled": false, - "bids_to_ask_delta": 1 - } - }, - "ask_strategy": { - "price_side": "bid", - "use_order_book": true, - "order_book_top": 1 - }, - "exchange": { - "name": "binance", - "key": "", - "secret": "", - "ccxt_config": {}, - "ccxt_async_config": {}, - "pair_whitelist": [ - ], - "pair_blacklist": [ - "BNB/.*" - ] - }, - "pairlists": [ - { - "method": "VolumePairList", - "number_assets": 80, - "sort_key": "quoteVolume", - "min_value": 0, - "refresh_period": 1800 - } - ], - "edge": { - "enabled": false, - "process_throttle_secs": 3600, - "calculate_since_number_of_days": 7, - "allowed_risk": 0.01, - "stoploss_range_min": -0.01, - "stoploss_range_max": -0.1, - "stoploss_range_step": -0.01, - "minimum_winrate": 0.60, - "minimum_expectancy": 0.20, - "min_trade_number": 10, - "max_trade_duration_minute": 1440, - "remove_pumps": false - }, - "telegram": { - "enabled": false, - "token": "", - "chat_id": "" - }, - "api_server": { - "enabled": true, - "listen_ip_address": "127.0.0.1", - "listen_port": 8080, - "verbosity": "error", - "enable_openapi": false, - "jwt_secret_key": "908cd4469c824f3838bfe56e4120d3a3dbda5294ef583ffc62c82f54d2c1bf58", - "CORS_origins": [], - "username": "user", - "password": "pass" - }, - "bot_name": "freqtrade", - "initial_state": "running", - "forcebuy_enable": false, - "internals": { - "process_throttle_secs": 5 - } -}