Created at 7pm, Jan 4
LaltunhanBook
0
Volume Profile Visible Range
fx7RT_QV0GH15TrhAjj-UjMoK_D5qDW5aUu3MNWaZyA
File Type
PDF
Entry Count
11
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
VPVR tutorial IMPORTANT! IMPORTANT! IMPORTANT! Trading Competition for our community Trading Competition for our community Trading Competition for our community As promised, We will start a trading competition for our community from next week. Everyone in the community can participate, no conditions. Winners will get 1 Bitcoin. Up to 20-30 winners. The prize will go higher if more people participate. Use this competition to practice, trade a lot and earn that prize. I want all of you to participate and let the most active trader win. Register for the competition through the link below. VPVR tutorial 1)1)1) HOW TO TRADE THE VALUE HOW TO TRADE THE VALUE HOW TO TRADE THE VALUE
id: 8c9867606c8dbae4988931d24591e634 - page: 6
AREA RANGE AREA RANGE AREA RANGE It is important to use VPVR in combination with the conventional volume tool. As you can see, Normal volume is plotted with the time axis, showing how much volume entered the market at a particular time. Volume Profile is charted with the price axis, showing the volume at a particular price. VPVR tutorial Note how if we use our normal long triggers like an SFP of range low, we can easily get high probability entries. In this case, you could have caught a generational bottom before Bitcoin All Time Highs. Flipping the POC is a compounding opportunity as seen. SFP tutorial link: NOTE: VPVR can be used to increase confluence to your existing trading strategy easily. You need to use these concepts: Above VaH Trading above Fair Value so look for shorts Below VaL Trading below Fair Value so look for longs
id: ae6509afc78299fe9cf570daf28d5970 - page: 7
VPVR tutorial 2)2)2) BREAKOUTS OF VALUE AREA RANGE BREAKOUTS OF VALUE AREA RANGE BREAKOUTS OF VALUE AREA RANGE Price will eventually break out of the range. No asset can go sideways forever. One simple rule to follow is stick to above mentioned plans. Dont predict breakouts, ever. Example: When price breaks out of VaH and holds, we would be in either of 2 positions: We already took profit on a long at VaH and may feel some FOMO of getting out too early. We shorted the VaH and are now underwater. For the 1st case, I have one thing to say. No one went broke taking profits. I have lost more money letting trades run than having strict exit points. If you are in the 2nd situation, you would have a stop loss already. When you see acceptance above Value Area, get out and eat the loss. Value area trading will give you a high hit rate, trade the range till its broken, manage risk and one loss will a minor scratch.
id: bc915c7d6e399b04e5aa83209301166c - page: 9
For both the cases, when prices move beyond value area and appears to hold those levels, this is called acceptance. Just wait for a new range to form and rinse-repeat the same process.
id: fa1f2cdef8094d10f39e58e44f22a585 - page: 9
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": "fx7RT_QV0GH15TrhAjj-UjMoK_D5qDW5aUu3MNWaZyA", "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": "fx7RT_QV0GH15TrhAjj-UjMoK_D5qDW5aUu3MNWaZyA", "level": 2}'