diff --git a/config_examples/dryrun.json b/config_examples/dryrun.json index f87351ae..9d16faca 100644 --- a/config_examples/dryrun.json +++ b/config_examples/dryrun.json @@ -1,4 +1,89 @@ { + "stake_amount": 50, + "exchange": { + "name": "okx", + "key": "cbda9fde-b9e3-4a2d-94f9-e5c3705dfb5c", + "secret": "CD3B7DB459CBBD540E0926E5C48150E1", + "password": "c^-d:g;P2S9?Q#^", + "enable_ws": false, + "ccxt_config": { + "enableRateLimit": true, + "rateLimit": 500, + "options": { + "defaultType": "spot" + } + }, + "ccxt_async_config": { + "enableRateLimit": true, + "rateLimit": 3000, + "timeout": 20000 + }, + "pair_whitelist": [ + "ACT/USDT", + "ADA/USDT", + "AVAX/USDT", + "BCH/USDT", + "BNB/USDT", + "BTC/USDT", + "DOGE/USDT", + "DOT/USDT", + "ETH/USDT", + "FIL/USDT", + "KAITO/USDT", + "LINK/USDT", + "LTC/USDT", + "MASK/USDT", + "MOODENG/USDT", + "OKB/USDT", + "PENGU/USDT", + "PEPE/USDT", + "PI/USDT", + "PNUT/USDT", + "RENDER/USDT", + "SHIB/USDT", + "SNX/USDT", + "SOL/USDT", + "SUI/USDT", + "TON/USDT", + "TRB/USDT", + "TRUMP/USDT", + "TRX/USDT", + "UNI/USDT", + "WIF/USDT", + "WLD/USDT", + "WLFI/USDT", + "XAUT/USDT", + "XPL/USDT", + "XRP/USDT" + ], + "pair_blacklist": [ + "OKB/USDT" + ] + }, + "pairlists": [ + { + "method": "StaticPairList" + } + ], + "order_types": { + "entry": "limit", + "exit": "limit", + "stoploss": "limit", + "stoploss_on_exchange": false + }, + "order_time_in_force": { + "entry": "gtc", + "exit": "gtc" + }, + "entry_pricing": { + "price_side": "other", + "use_order_book": false, + "price_last_balance": 0 + }, + "exit_pricing": { + "price_side": "other", + "use_order_book": false + }, "freqai": { "enabled": true, "data_kitchen": { @@ -59,86 +144,6 @@ "verbose": -1 } }, - "exchange": { - "name": "okx", - "key": "cbda9fde-b9e3-4a2d-94f9-e5c3705dfb5c", - "secret": "CD3B7DB459CBBD540E0926E5C48150E1", - "password": "c^-d:g;P2S9?Q#^", - "enable_strategy_log": true, - "enable_ws": false, - "ccxt_config": { - "enableRateLimit": true, - "rateLimit": 500, - "options": { - "defaultType": "spot" - } - }, - "ccxt_async_config": { - "enableRateLimit": true, - "rateLimit": 3000, - "timeout": 20000 - }, - "pair_whitelist": [ - "AAVE/USDT", - "ADA/USDT", - "AVAX/USDT", - "BCH/USDT", - "BNB/USDT", - "BTC/USDT", - "CHZ/USDT", - "DOGE/USDT", - "ETC/USDT", - "ETH/USDT", - "FIL/USDT", - "ICP/USDT", - "LINK/USDT", - "LTC/USDT", - "PENGU/USDT", - "PEPE/USDT", - "PUMP/USDT", - "SHIB/USDT", - "SNX/USDT", - "SOL/USDT", - "SUI/USDT", - "TON/USDT", - "TRUMP/USDT", - "TRX/USDT", - "UNI/USDT", - "WIF/USDT", - "WLD/USDT", - "XAUT/USDT", - "XLM/USDT", - "XRP/USDT" - ], - "pair_blacklist": [ - "OKB/USDT" - ] - }, - "pairlists": [ - { - "method": "StaticPairList" - } - ], - "order_types": { - "entry": "market", - "exit": "market", - "stoploss": "limit", - "stoploss_on_exchange": false - }, - "order_time_in_force": { - "entry": "gtc", - "exit": "gtc" - }, - "entry_pricing": { - "price_side": "other", - "use_order_book": false, - "price_last_balance": 0 - }, - "exit_pricing": { - "price_side": "other", - "use_order_book": false - }, - "fee": 0.0008, "api_server": { "enabled": true,