{ "max_open_trades": 6, "stake_currency": "USDT", "stake_amount": "unlimited", "tradable_balance_ratio": 0.99, "fiat_display_currency": "USD", "timeframe": "5m", "dry_run": false, "force_entry_enable": true, "initial_state": "running", "unfilledtimeout": { "entry": 20, "exit": 20, "exit_timeout_count": 0, "unit": "minutes" }, "order_types": { "entry": "limit", "exit": "limit", "emergency_exit": "limit", "force_entry": "limit", "force_exit": "limit", "stoploss": "limit", "stoploss_on_exchange": false, "stoploss_on_exchange_interval": 60 }, "entry_pricing": { "price_side": "other", "use_order_book": false, "order_book_top": 1, "price_last_balance": 0.0, "check_depth_of_market": { "enabled": false, "bids_to_ask_delta": 1 }, }, "exit_pricing": { "price_side": "other", "use_order_book": false, "order_book_top": 1, "price_last_balance": 0.0, }, "exchange": { "name": "binance", "key": "xxxxxxx", "secret": "xxxxx", "ccxt_config": { "enableRateLimit": true }, "ccxt_async_config": { "enableRateLimit": true, "rateLimit": 200 }, "pair_whitelist": [] }, "pair_blacklist": [ "(BNB)/.*", ".*(_PREMIUM|BEAR|BULL|HALF|HEDGE|UP|DOWN|[1235][SL])/.*", "(AUD|BRZ|CAD|CHF|EUR|GBP|HKD|IDRT|JPY|NGN|RUB|SGD|TRY|UAH|USD|ZAR)/.*", "(BUSD|CUSD|CUSDT|DAI|PAXG|SUSD|TUSD|USDC|USDN|USDP|USDT|VAI|UST|USTC|AUSD)/.*", "(ACM|AFA|ALA|ALL|ALPINE|APL|ASR|ATM|BAR|CAI|CHZ|CITY|FOR|GAL|GOZ|IBFK|JUV|LEG|LOCK-1|NAVI|NMR|NOV|PFL|PSG|ROUSH|STV|TH|TRA|UCH|UFC|YBO)/.*", "(1EARTH|ILA|BOBA|CTXC|CWAR|HBAR|NMR|OMG|ONG|ARDR|DMTR|MLS|TORN|LUNA|BTS|QKC|COS|ACA|FTT|SRM|YFII|SNM|BNX|ANC)/.*" ], "pairlists": [ { "method": "VolumePairList", "number_assets": 100, "sort_key": "quoteVolume", "refresh_period": 1800 }, { "method": "AgeFilter", "min_days_listed": 3 }, { "method": "PriceFilter", "low_price_ratio": 0.003 }, { "method": "SpreadFilter", "max_spread_ratio": 0.005 }, { "method": "RangeStabilityFilter", "lookback_days": 3, "min_rate_of_change": 0.03, "refresh_period": 1800 }, { "method": "VolatilityFilter", "lookback_days": 3, "min_volatility": 0.01, "max_volatility": 0.75, "refresh_period": 43200 }, { "method": "VolumePairList", "number_assets": 80, "sort_key": "quoteVolume" }, { "method": "ShuffleFilter" } ], "telegram": { "enabled": true, "token": "xxxxx", "chat_id": "xxxx", "keyboard": [ ["/daily", "/stats", "/balance", "/profit"], ["/status table", "/performance"], ["/reload_config", "/count", "/logs"] ] }, "dataformat_ohlcv": "jsongz", "dataformat_trades": "jsongz" }