From f062a0d24bcd7107e7d5bda62bd08298cc0bae26 Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 23 Dec 2022 16:25:38 -0800 Subject: [PATCH] Update and rename defi_and_trading/day-trading/orders-types.md to defi_and_trading/day-trading/orders-types/README.md --- .../README.md} | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) rename defi_and_trading/day-trading/{orders-types.md => orders-types/README.md} (91%) diff --git a/defi_and_trading/day-trading/orders-types.md b/defi_and_trading/day-trading/orders-types/README.md similarity index 91% rename from defi_and_trading/day-trading/orders-types.md rename to defi_and_trading/day-trading/orders-types/README.md index 0436c3e..3b9cedb 100644 --- a/defi_and_trading/day-trading/orders-types.md +++ b/defi_and_trading/day-trading/orders-types/README.md @@ -1,7 +1,7 @@ -# Order types +## order types -#### tl;dr +### tl;dr * You can "take " or "make" prices with market and limit orders. * The spread prevents us from making free money without risk. @@ -9,21 +9,21 @@
-### Order book +#### order book * open market for crypto pairs * red: sellers; green: buyers
-### Spread +#### spread * the difference between the best bid and best offer * you want a tight spread
-### Market order +#### market order * choose the amount you trade * don't choose the price @@ -35,7 +35,7 @@
-### Limit order +#### limit order * choose the amount you trade AND the price * get a better deal @@ -50,7 +50,7 @@
-### Stop market order +#### stop market order * choose the amount you trade * don't choose the price @@ -61,7 +61,7 @@
-### Stop limit order +#### stop limit order * choose the amount you trade AND the price * choose at what price to place your limit order @@ -69,7 +69,7 @@
-### Stop loss order +#### stop loss order * a version of a stop limit order * stops your losses @@ -79,7 +79,7 @@
-### Take profit order +#### rake profit order * a version of a stop limit order * trades your position with a profit @@ -90,3 +90,7 @@
+--- + +### resources +