myTestFreqAI/config_examples/staticgrid.json
zhangkun9038@dingtalk.com 8034492695 config
2025-11-26 23:22:10 +08:00

43 lines
1.1 KiB
JSON

{
"strategy": "EthTrueStaticGrid",
"max_open_trades": 150,
"stake_currency": "USDT",
"stake_amount": 40,
"tradable_balance_ratio": 0.99,
"dry_run": false,
"timeframe": "1h",
"position_adjustment_enable": true,
"max_entry_position_adjustment": -1,
"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
},
"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"
}
}
},
"pairlists": [{"method": "StaticPairList"}],
"bot_name": "ETH-1500to4500-Grid"
}