You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a trading bot, but faced with such a problem that my stoploss and takeprofit by binance itself for the reason: "Expired", no time limits I do not set. Most likely I create the order incorrectly, so I want to ask how to do it correctly? At the moment I create them one by one all together like this:
The model of work of these orders is as follows, for example, I want to open a buy transaction on the coin "AAAUSDT", the entry point I assign the price of 101, calculate take profit at the price of 105, and stop loss at the price of 100. I need that there was no slippage, so I want all these orders triggered immediately when entering the transaction, what am I doing wrong?
After opening a trade binance closes my stoplosses and takeprofits, thus I do not control my losses. Who can help me how to place such orders correctly?
The text was updated successfully, but these errors were encountered:
I am writing a trading bot, but faced with such a problem that my stoploss and takeprofit by binance itself for the reason: "Expired", no time limits I do not set. Most likely I create the order incorrectly, so I want to ask how to do it correctly? At the moment I create them one by one all together like this:
The model of work of these orders is as follows, for example, I want to open a buy transaction on the coin "AAAUSDT", the entry point I assign the price of 101, calculate take profit at the price of 105, and stop loss at the price of 100. I need that there was no slippage, so I want all these orders triggered immediately when entering the transaction, what am I doing wrong?
After opening a trade binance closes my stoplosses and takeprofits, thus I do not control my losses. Who can help me how to place such orders correctly?
The text was updated successfully, but these errors were encountered: