36 lines
879 B
JSON
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"
|
|
} |