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 },