myTestFreqAI/config_examples/staticgrid.json
2025-11-27 09:46:58 +08:00

77 lines
1.7 KiB
JSON

{
"strategy": "StaticGrid",
"max_open_trades": 150,
"stake_currency": "USDT",
"stake_amount": 40,
"tradable_balance_ratio": 0.99,
"dry_run": false,
"timeframe": "1h",
"position_adjustment_enable": true,
"process_only_new_candles": false,
"max_entry_position_adjustment": -1,
"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": [
"ETH/USDT"
],
"pair_blacklist": [
"OKB/USDT"
]
},
"unfilledtimeout": {
"entry": 5,
"exit": 15
},
"entry_pricing": {
"price_side": "other",
"use_order_book": true,
"order_book_top": 1
},
"exit_pricing": {
"price_side": "other",
"use_order_book": true,
"order_book_top": 1
},
"pairlists": [
{
"method": "StaticPairList"
}
],
"bot_name": "ETH-1500to4500-Grid",
"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"
},
"initial_state": "running",
"force_entry_enable": false,
"internals": {
"process_throttle_secs": 5,
"heartbeat_interval": 20,
"loglevel": "DEBUG"
}
}