GITBOOK-138: change request with no subject merged in GitBook

This commit is contained in:
Good Sanai
2023-06-30 02:13:30 +00:00
committed by gitbook-bot
parent 8cc7ee521d
commit dfd81e5ef1
10 changed files with 36 additions and 40 deletions

View File

@@ -22,13 +22,13 @@ You can add and remove margins to outstanding positions. When margins are update
## Order type supported
You can trade either Market Order or (coming soon) Market Limit Order. Both order types can also have either Stop Loss, Profit Target, or both.
You can trade either Market Order or Market Limit Order. Both order types can also have either Stop Loss, Profit Target, or both.
### Market Order
Market orders are filled at the best price offered by the [Liquidity Pool](liquidity-pool.md).
### (coming soon) Market Limit Order
### Market Limit Order
Market limit orders are filled when the limit prices match the best price offered by the [Liquidity Pool](liquidity-pool.md).
@@ -126,7 +126,7 @@ Closing a position will calculate the PnL based on the best price offered by the
You can not lose more than the margin posted. 
### (coming soon) Limit Price or Market Price
### Limit Price or Market Price
Your execution price is deterministically calculated (see [Fee and Market Impact](execution.md#fee-and-market-impact)) based on the latest oracle price, but, especially during a fast moving market, there can be a gap between the screen price and the actual execution price (primarily due to changes in oracle price and outstanding positions on the platform).