From e41212ff4569c3010a4acbdce4f8e47390149418 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Wed, 4 Feb 2026 20:22:38 +0800 Subject: [PATCH] stake_amount:3;market_type:limit --- config_examples/freqaiprimer.json | 2 +- config_examples/live.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config_examples/freqaiprimer.json b/config_examples/freqaiprimer.json index 2aec6841..8d517402 100644 --- a/config_examples/freqaiprimer.json +++ b/config_examples/freqaiprimer.json @@ -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", diff --git a/config_examples/live.json b/config_examples/live.json index 4559ea6b..cb5c3ffc 100644 --- a/config_examples/live.json +++ b/config_examples/live.json @@ -65,8 +65,8 @@ } ], "order_types": { - "entry": "market", - "exit": "market", + "entry": "limit", + "exit": "limit", "stoploss": "limit", "stoploss_on_exchange": false },