myTestFreqAI/config_examples/smartbbgrid.json
zhangkun9038@dingtalk.com 2efedb9745 first add
2025-11-25 21:08:34 +08:00

61 lines
1.6 KiB
JSON

{
"strategy": "SmartBBGrid",
"$schema": "https://schema.freqtrade.io/schema.json",
"redis": {
"url": "redis://192.168.1.215:6379/0"
},
"trading_mode": "spot",
"margin_mode": "isolated",
"max_open_trades": 55,
"stake_currency": "USDT",
"stake_amount": "unlimited",
"tradable_balance_ratio": 1,
"process_only_new_candles": false,
"dry_run": true,
"timeframe": "4h",
"dry_run_wallet": 3000,
"cancel_open_orders_on_exit": true,
"max_entry_position_adjustment": -1,
"position_adjustment_enable": true,
"amount_reserve_percent": 0.05,
"unfilledtimeout": {
"entry": 5,
"exit": 15
},
"startup_candle_count": 200,
"exchange": {
"name": "okx",
"key": "314e75b0-1113-47e8-ad01-1fca7e3c0496",
"secret": "9C8B170390F46EA6FB87592AD46F5A34",
"password": "nekFoylf:Om0",
"ccxt_config": {
"enableRateLimit": true,
"rateLimit": 500
},
"pair_whitelist": ["BTC/USDT", "ETH/USDT", "SOL/USDT"]
},
"entry_pricing": {
"price_side": "same",
"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": "SmartBBGrid-2025",
"initial_state": "running",
"force_entry_enable": false,
"internals": {
"process_throttle_secs": 5,
"heartbeat_interval": 20,
"loglevel": "INFO"
}
}