Created at 7pm, Feb 4
CadnDataCrypto
0
Binance Academy Cryptocurrency Trading
wf6NY0wN83l7j3m17SzS-3m_eJNQEAt0knN6EYZObKw
File Type
PDF
Entry Count
104
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Hi! We're Binance Academy. We're on a mission to build the best platform for cryptocurrency education. Whether you want to understand the basic mechanics of Bitcoin or brush up on the strongest technical analysis metrics, we've got you covered. The purpose of this eBook is to gently introduce you to a range of trading topics. If you're a total novice, this is the guide for you. But even if you know what you're doing already, think of this eBook as a reliable handbook for sharpening your skills. We’re going to cover a lot of content in the coming chapters. Where relevant, we’ve provided some handy links to additional material on the Binance Academy website (academy.binance.com). If you want to discuss crypto with our community, head over to the Binance Academy Chat on Telegram (t.me/BinanceAcademyChat). Alright, enough of the pleasantries. Let's get right into it.

Short position Now this is a term you've probably heard when hanging out with friends who've dabbled with trading! A short position (or short) means selling an asset with the intention of rebuying it later at a lower price. Shorting is closely related to margin trading, as it may happen with borrowed assets. However, it's also widely used in the derivatives market and can be done with a simple spot position. How does it work, you ask? Let's see, shall we? When it comes to shorting on the spot markets, it's quite simple. Let's say you already have Bitcoin and you expect the price to go down. You sell your BTC for USD, as you plan to rebuy it later at a lower price. In this case, you're essentially entering a short position on Bitcoin since you're selling high to rebuy lower. Easy enough. But what about shorting with borrowed funds?
id: cbbd5610c49cd9b6ef37c7d837a3b8f3 - page: 34
This is a bit more complicated. You borrow an asset that you think will decrease in value. You immediately sell it. If the trade goes your way and the asset price decreases, you buy back the same amount of the asset that you've borrowed. You repay the assets that you've borrowed (along with interest) and profit from the difference between the price you initially sold and the price you rebought. Still a bit confused? Let's see a practical example. We put up the required collateral to borrow 1 BTC, then immediately sell it for $10,000. Now we've got $10,000. Let's say the price goes down to $8,000. We buy 1 BTC and repay our debt of 1 BTC along with interest. Since we initially sold Bitcoin for $10,000 and now rebought at $8,000, our profit is $2,000 34 (minus the interest payment and trading fees). Boom, that's how you profit from the price going down!
id: e2d8cec67a73255ffe786ea19ccc67b2 - page: 34
Order book If you go to an exchange like Binance, you'll see a lot of numbers flashing on the screen in what seems like an intriguing digital dance. Those are other traders' orders. The order book is a collection of the currently open orders for an asset, organized by price. When you post an order that isn't filled immediately, it gets added to the order book. It will sit there until it gets filled by another order or canceled. Order books will differ with each platform, but generally, they'll contain roughly the same information. You'll see the number of orders at specific price levels. When it comes to crypto exchanges and online trading, orders in the order book are matched by a system called the matching engine. This system is what ensures that trades are executed you could think of it as the brain of the exchange. This system, along with the order book, is core to the concept of electronic exchange.
id: aecfc7b40bcd402824305fec02d59153 - page: 35
Order book depth The order book depth (or market depth) is a visualization of the currently open orders in the order book. It usually puts buy orders on one side, and sell orders on the other and displays them cumulatively on a chart. In more general terms, the depth of the order book may also refer to the amount of liquidity that the order book can absorb. The "deeper" the market is, the more liquidity there is in the order book. In other words, a market with more liquidity can absorb larger orders without a considerable 35 effect on the price. However, if the market is illiquid, large orders may have a significant impact on the price.
id: a1af7a65156de0270f5646e1a57abe06 - page: 35
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "wf6NY0wN83l7j3m17SzS-3m_eJNQEAt0knN6EYZObKw", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "wf6NY0wN83l7j3m17SzS-3m_eJNQEAt0knN6EYZObKw", "level": 2}'