85 lines
2.2 KiB
JSON
85 lines
2.2 KiB
JSON
{
|
|
"max_open_trades": 1,
|
|
"stake_currency": "USDT",
|
|
"stake_amount": "unlimited",
|
|
"tradable_balance_percent": 100,
|
|
"fiat_display_currency": "USD",
|
|
"timeframe": "3m",
|
|
"dry_run": true,
|
|
"dry_run_wallet": 10000,
|
|
"cancel_open_orders_on_exit": false,
|
|
"trading_mode": "spot",
|
|
"margin_mode": "isolated",
|
|
"unfilledtimeout": {
|
|
"entry": 10,
|
|
"exit": 30
|
|
},
|
|
"entry_pricing": {
|
|
"price_side": "same",
|
|
"price_last_balance": 0.0,
|
|
"use_order_book": false
|
|
},
|
|
"exit_pricing": {
|
|
"price_side": "same",
|
|
"price_last_balance": 0.0,
|
|
"use_order_book": false
|
|
},
|
|
"exchange": {
|
|
"name": "okx",
|
|
"key": "314e75b0-1113-47e8-ad01-1fca7e3c0496",
|
|
"secret": "9C8B170390F46EA6FB87592AD46F5A34",
|
|
"password": "nekFoylf:Om0",
|
|
"enable_ws": false,
|
|
"ccxt_config": {
|
|
"enableRateLimit": true,
|
|
"rateLimit": 500,
|
|
"options": {
|
|
"defaultType": "spot"
|
|
}
|
|
},
|
|
"ccxt_async_config": {
|
|
"enableRateLimit": true,
|
|
"rateLimit": 3000,
|
|
"timeout": 20000
|
|
},
|
|
"pair_whitelist": ["BTC/USDT", "TON/USDT", "DOT/USDT", "XRP/USDT", "OKB/USDT", "SOL/USDT", "DOGE/USDT", "WCT/USDT", "TRUMP/USDT", "SUI/USDT", "PEPE/USDT", "TRB/USDT", "MASK/USDT", "UNI/USDT", "KAITO/USDT"],
|
|
"pair_blacklist": ["DORA/USDT"]
|
|
},
|
|
"pairlists": [
|
|
{
|
|
"method": "StaticPairList"
|
|
}
|
|
],
|
|
"strategy": "MartinGale",
|
|
"force_entry_enable": false,
|
|
"force_entry_signal_offset": 0,
|
|
"internals": {
|
|
"process_throttle_secs": 5
|
|
},
|
|
"telegram": {
|
|
"enabled": false,
|
|
"token": "",
|
|
"chat_id": ""
|
|
},
|
|
"api_server": {
|
|
"enabled": true,
|
|
"listen_ip_address": "0.0.0.0",
|
|
"listen_port": 8080,
|
|
"verbosity": "error",
|
|
"enable_openapi": false,
|
|
"jwt_secret_key": "6a599ab046dbb419014807dffd7b8823bfa7e5df56b17d545485deb87331b4ca",
|
|
"ws_token": "6O5pBDiRigiZrmIsofaE2rkKMJtf9h8zVQ",
|
|
"CORS_origins": [],
|
|
"username": "freqAdmin",
|
|
"password": "admin"
|
|
},
|
|
"bot_name": "freqtrade",
|
|
"initial_state": "running",
|
|
"force_entry_enable": false,
|
|
"internals": {
|
|
"process_throttle_secs": 5,
|
|
"heartbeat_interval": 20,
|
|
"loglevel": "DEBUG"
|
|
}
|
|
}
|