Simple Ordering
Note: all commands operate on the currently viewed instrument only
You can use variables $size and $entry wherever you see <size> and <price>. You can enter <size> as the base / the underlying asset, in USD value (using "$") or as a percentage of the available balance (using "%"). <price> can be specified as an absolute price or as a distance from last price (relative or in %). See Variables for more details
Market Orders
Command Text | Description | Example |
---|---|---|
| Market buy immediately 100 of the underlying |
|
| Market buy immediately with a size worth 1000 USD |
|
| Market buy immediately with an amount of available balance |
|
| Market sell immediately 0.1 of the underlying |
|
| Market sell immediately with a size worth 5000 USD |
|
| Market sell immediately with an amount of available balance |
|
| Market buy with reduce e.g. unwind a short position |
|
| Market sell with reduce e.g. unwind a long position |
|
Limit Orders
Command Text | Description | Example |
---|---|---|
| Place a limit buy order for the given size at a specified price or distance |
|
| Place a limit sell order for the given size at a specified price or distance |
|
| Place a reduce limit buy order at the price |
|
| Place a reduce limit sell order at the price |
|
| Enter the size at the best price in the orderbook (quote) |
|
| Enter the size at the best price in the orderbook (quote) |
|
| Close / reduce a position at best price |
|
| Close / reduce a position at best price |
|
Last updated