stake_amount:3;market_type:limit

This commit is contained in:
zhangkun9038@dingtalk.com 2026-02-04 20:22:38 +08:00
parent 8cad1b5ba0
commit e41212ff45
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
"margin_mode": "isolated",
"max_open_trades": 5,
"stake_currency": "USDT",
"stake_amount": 350,
"stake_amount": 3,
"tradable_balance_ratio": 1,
"process_only_new_candles": true,
"fiat_display_currency": "USD",

View File

@ -65,8 +65,8 @@
}
],
"order_types": {
"entry": "market",
"exit": "market",
"entry": "limit",
"exit": "limit",
"stoploss": "limit",
"stoploss_on_exchange": false
},