binance-trader icon indicating copy to clipboard operation
binance-trader copied to clipboard

Execute order type Market instead of Limit

Open shayanabbas opened this issue 7 years ago • 3 comments

Okay so what I realise after testing the bot after sometime that when it buys a order and then when it execute order to sell, and price gets low in that moment it keeps the order pending till that price is reached right?

so how about if the orders are executed on market type? it will be executed instantly right?

shayanabbas avatar Feb 20 '18 22:02 shayanabbas

it depend of price market // When the bot place a sell orde if the market drop, the order was in "wait" to wait te market up to the sell prices // if you need to cancelled this order, and sell to the market price to place another buy order i think you can put the command stop_loss 5 for exemple. or wait the market price up ;)

Exeluzz avatar Feb 22 '18 10:02 Exeluzz

obviously you can place order (buy/sell) at different market price manually if you think the market price can drop or up to the price you are defined. to trade in more large timeshift (1h,10h,1d,1w etc)

Exeluzz avatar Feb 22 '18 10:02 Exeluzz

I got what you are saying but it would be better to have some parameters for users to choose between limit and market orders for both buy and sell type.

shayanabbas avatar Feb 26 '18 00:02 shayanabbas