diff --git a/config_examples/aienhance_config.json b/config_examples/aienhance_config.json index e75b5013..c37a7c28 100644 --- a/config_examples/aienhance_config.json +++ b/config_examples/aienhance_config.json @@ -1,9 +1,19 @@ { "max_open_trades": 3, "stake_currency": "USDT", - "stake_amount": 100, - "tradable_balance_ratio": 0.99, + "stake_amount": 150, + "startup_candle_count": 30, + "tradable_balance_ratio": 1, "fiat_display_currency": "USD", + "dry_run": true, + "timeframe": "3m", + "dry_run_wallet": 1000, + "cancel_open_orders_on_exit": true, + "stoploss": -0.05, + "unfilledtimeout": { + "entry": 5, + "exit": 15 + }, "timeframe": "5m", "exchange": { "name": "okx",