Created at 9pm, Jan 3
TheBullduckBook
26
Wyckoff 2.0_ Structures, Volume - Villahermosa, Ruben
YNw0gNSXAQIH6405p7KaaGtueCmODfq-_Awl2xFjxPQ
File Type
PDF
Entry Count
423
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
The reasoning behind this situation could be as follows: The positive delta may be the result of many aggressive buys (Buy Market) that have been blocked with passive sells (Sell Limit) and have not allowed the price to rise. All these crossing orders appear in the ASK. Subsequently, if there is little demand in the BID (few Buy Limits), a few aggressive sales would cause the price to move downwards. And this is one way in which a positive delta with a bearish candle would eventually be observed. As you have probably concluded, delta divergences implicitly identify a takeover so if they appear in the right place they usually anticipate interesting turns. This does not mean by any means that all divergences will establish turns since sometimes these will occur over an area of little interest and without that intention of takeover behind, hence the problem of its use arbitrarily. 4.5.3
id: bd314baa89790ab12f844f213e5f44c9 - page: 213
PRICE AND VOLUME TRADER In the end, our task as traders is to identify when imbalances between supply and demand occur and these will eventually show up on the price and volume chart. A trader who only takes into account the price and volume action may enter the market with some delay and may not have certain information available (the real interaction between the participants) but his trading will be much calmer as he will not have to interpret those order crosses. In the previous example of price divergence, the trader who simply analyzes the price action and volume will only focus on the fact that an anomaly has occurred in that action, a divergence effort result. That large number of executed orders will most likely be accompanied by an increase in volume and a narrow range already denoting some divergence. In addition, a subsequent downward turn would confirm this anomaly.
id: 097bc0ce1b2cfe05d54a18094e7af156 - page: 214
Beyond assessing whether there has been a jump of stops, profit taking, entry of short positions or that buyers have been trapped, which as we have already mentioned is probably a bit of all of the above, what is relevant is the final action and the trader who does not observe the flow of orders but knows how to interpret the chart will eventually reach the same conclusion, albeit with less stress. 4.5.4
id: b253a33da3b8bc219d8859b287b5e5bf - page: 215
CONCLUSION In addition to everything discussed with respect to order matching, it is the precise moment to also recall the different types of agents that operate in the market and the intention behind their actions (hedging, speculation and arbitrage). The orders executed by these participants are also displayed on the BID and ASK, and as we have seen, not all of them have directional intentions which are ultimately those seeking price movement. This is no small matter as the only ones who will show up again to defend their position in case they have aggressively entered the market seeking a profit from the price move will be the speculative traders. We may see the execution of a large order at a price level and it may come from an institution with the objective of covering a position held in another parallel market, or it may be the activation of an arbitrage strategy, to name a few possibilities.
id: 40de9ac3e2b189777dd3b0bb7f05e181 - page: 215
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: e2a45a78-25f6-448a-a890-a82613d9802f" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "YNw0gNSXAQIH6405p7KaaGtueCmODfq-_Awl2xFjxPQ", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: e2a45a78-25f6-448a-a890-a82613d9802f" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "YNw0gNSXAQIH6405p7KaaGtueCmODfq-_Awl2xFjxPQ", "level": 2}'