I’m trying to set up a MARKET order and I want to set up the Entry Price.
[
'symbol' => 'XRPUSDT',
'price' => 0.49,
'side' => 'BUY',
'type' => 'MARKET',
'quantity' => 100,
'timestamp' => 1234567890,
'recvWindow' => 5000,
]
when I send the price, I get the following error: Parameter ‘price’ sent when not required.
Is there a way to set the Entry price for MARKET orders?
Basically I want to set the the following trade:
Entry type:Market / MARKET
Side:BUY
Entry price: 0.49 / ??
- Take profit 1: 0.51 /
TAKE_PROFIT_MARKET
- Take profit 2: 0.52 /
TAKE_PROFIT_MARKET
- Take profit 3: 0.53 /
TAKE_PROFIT_MARKET
Stop loss: 0.47 / STOP_MARKET