51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"strategy": "StaticGrid",
|
|
"$schema": "https://schema.freqtrade.io/schema.json",
|
|
"trading_mode": "spot",
|
|
"margin_mode": "isolated",
|
|
"max_open_trades": 100,
|
|
"stake_currency": "USDT",
|
|
"stake_amount": "unlimited",
|
|
"tradable_balance_ratio": 1,
|
|
"process_only_new_candles": false,
|
|
"dry_run": true,
|
|
"timeframe": "4h",
|
|
"dry_run_wallet": 3500,
|
|
"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": 1,
|
|
"exchange": {
|
|
"name": "okx",
|
|
"pair_whitelist": ["ETH/USDT"],
|
|
"ccxt_config": {
|
|
"enableRateLimit": true,
|
|
"rateLimit": 500
|
|
}
|
|
},
|
|
"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": "StaticGrid-ETH",
|
|
"initial_state": "running",
|
|
"force_entry_enable": false,
|
|
"internals": {
|
|
"process_throttle_secs": 5,
|
|
"heartbeat_interval": 20,
|
|
"loglevel": "INFO"
|
|
}
|
|
}
|