myTestFreqAI/config_examples/staticgrid.json
zhangkun9038@dingtalk.com a6fd6587e5 config
2025-11-26 23:30:43 +08:00

29 lines
740 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
},
"pairlists": [{"method": "StaticPairList"}],
"bot_name": "ETH-1500to4500-Grid"
}