-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Description
Describe the bug
i've launched a bot with grid strike strategy
step by step in Hummingbot CLI:
- create --controller-config generic.grid_strike ( filename: grid_bnb_usdt_mini.yml in c)
> id: 6JY1V5CjDDFTi9A2rXB3EdA3R9sytCYfkZdsM2n6ri8U
> controller_name: grid_strike
> controller_type: generic
> total_amount_quote: '33'
> manual_kill_switch: false
> candles_config: []
> initial_positions: []
> leverage: 20
> position_mode: HEDGE
> connector_name: bing_x
> trading_pair: WLD-USDT
> side: 1
> start_price: '0.58'
> end_price: '0.95'
> limit_price: '0.55'
> min_spread_between_orders: '0.001'
> min_order_amount_quote: '5'
> max_open_orders: 2
> max_orders_per_batch: 1
> order_frequency: 3
> activation_bounds: null
> keep_position: false
> triple_barrier_config:
> open_order_type: 3
> stop_loss: null
> stop_loss_order_type: 1
> take_profit: '0.001'
> take_profit_order_type: 3
> time_limit: null
> time_limit_order_type: 1
> trailing_stop: null
>
- create --script-config v2_with_controllers (filename: conf_v2_with_controllers_1.yml in /conf/scripts)
markets: {}
candles_config: []
controllers_config:
- conf_generic_grid_strike.yml
script_file_name: v2_with_controllers.py
max_global_drawdown_quote: null
max_controller_drawdown_quote: nullonf/controllers
3.start --script v2_with_controllers.py --conf conf_v2_with_controllers_1.yml
bur show error:
10:39:28 - client_order_tracker - Order BING_X_BBBUT64271fae5cb3297c3146ae11dd94 has failed. Order Update: OrderUp
ate(trading_pair='BNB-USDT', update_timestamp=1761907168.0, new_state=<OrderState.FAILED: 6>, client_order_id='BIN
_X_BBBUT64271fae5cb3297c3146ae11dd94', exchange_order_id=None, misc_updates={'error_message': 'OrderType.LIMIT_MAK
R is not in the list of supported order types', 'error_type': 'ValueError'})
10:39:29 - BingXExchange - OrderType.LIMIT_MAKER is not in the list of supported order types
10:39:29 - client_order_tracker - Order BING_X_BBBUT64271faf5101097c3146ae11dd94 has failed. Order Update: OrderUp
ate(trading_pair='BNB-USDT', update_timestamp=1761907169.0, new_state=<OrderState.FAILED: 6>, client_order_id='BIN
_X_BBBUT64271faf5101097c3146ae11dd94', exchange_order_id=None, misc_updates={'error_message': 'OrderType.LIMIT_MAK
R is not in the list of supported order types', 'error_type': 'ValueError'})
10:39:30 - BingXExchange - OrderType.LIMIT_MAKER is not in the list of supported order types
Steps to reproduce
Release version
2.10
Type of installation
Docker
Attach required files
No response