From 8239525b2eb58f59bdef1d5ccea1beb83e9b08b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BT3GL=20/ba=C9=AAt=C9=A1=C9=9D=C9=AB/?= <1130416+bt3gl@users.noreply.github.com> Date: Thu, 21 Apr 2022 04:41:32 +0400 Subject: [PATCH] Create Limit-orders.md --- DeFi/Day-trading/Limit-orders.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 DeFi/Day-trading/Limit-orders.md diff --git a/DeFi/Day-trading/Limit-orders.md b/DeFi/Day-trading/Limit-orders.md new file mode 100644 index 0000000..36d5528 --- /dev/null +++ b/DeFi/Day-trading/Limit-orders.md @@ -0,0 +1,9 @@ +## Limit orders + +
+ +* Limit orders ensure a user is getting the price they want when buying or selling an asset, without worrying about slipage. +* When a limit order is placed, the price at which the order is placed is known as the limit order. +* The limit price is the worst price the trader is willing to execute the trade at, the order will only be filled at this price or better. +* Limit orders can serve as an effective method od captureing the volatility of an asset. +* Orders can be set at prices significantly higher or lower than the current price, while being monitored and adjusted.