myTestFreqAI/config_examples/staticgrid.json
zhangkun9038@dingtalk.com 5e1f966b6d staticgrid update
2025-11-26 23:01:36 +08:00

36 lines
879 B
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",
"pair_whitelist": ["ETH/USDT"],
"ccxt_config": {"enableRateLimit": true}
},
"pairlists": [{"method": "StaticPairList"}],
"bot_name": "ETH-1500to4500-Grid"
}