Created at 7pm, Jan 4
mveCmQiDBook
0
2022 ICT Mentorship Episode 5
rtYsjlVRzcdGwKhdehV7FpsNXyhmzwE25Ao_NuKYmU8
File Type
PDF
Entry Count
12
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

About ICT trading model developped in 2022

This is Market-On-Close Orders (MOC) A market-on-close order is simply a market order that is scheduled to trade at the close, at the most recent trading price. What your Daily Bias and do you expect Range Expansion? If your Daily Bias is Bullish, and you expect Range Expansion to the upside... Trade with that expectation in the Afternoon Session and base it off the framework given in the Morning Session.
id: 6bc4ac0facbcebd73043e62b1262cadd - page: 20
Afternoon Stop Hunts After 1:30 PM, Look for Swing Lows and Highs for the Afternoon Session. Following the same context of the Morning Session Stop Hunt Prior 8:30 AM, we anticipate a Stop Hunt for this obvious Swing Lowith High prior 1:30 PM. Bonus: Watch for where these Stop Hunts trade into. Most of the time they will trade into a FVG. After the Stop Hunt occurs, Price will spool due to the Buy Program initiated. Spooling is when Price keeps getting offered higher, higher and higher. Watch this occur right after the Stop Hunt... IF YOU DO NOT GET THE STOP HUNT, LOOK FOR A DISPLACEMENT INSTEAD. YOU THEN PAIR THAT DISPLACEMENT WITH A FVG FOR ENTRY. THESE ARE THE 2 AVAILBLE PATTERNS: ALWAYS INCLUDE LOGIC FROM THE MORNING SESSION... MARKET PROFILE
id: e1cc4d13cc930b15a8cfc08245a7b7bd - page: 29
THERE ARE 3 TEMPLATES TEMPLATE 1: MORNING TREND, AFTERNOON REVERSAL. TEMPLATE 2: MORNING TREND, AFTERNOON CONTINUATION FOR A 1:1 MEASURED MOVE TEMPLATE 3: MORNING CONSOLIDATION, AFTER NOON TREND QUESTIONS TO ASK YOURSELF PRIOR: -WHAT DOES THE DAILY CHART SUGGEST? -WHAT DOES THE 3 DAY LOOKBACK SUGGEST? THIS WILL GIVE YOU CONTEXT ON EACH OF THE MARKET PROFILE TEMPLATES... QUESTIONS TO ASK YOURSELF PRIOR: -WHAT DOES THE DAILY CHART SUGGEST? -WHAT DOES THE 3 DAY LOOKBACK SUGGEST?
id: 6d13c921ab415406c18cc399b3848cf2 - page: 38
CLOSING REMARKS THERE ARE TIMES IN THE DAY WHERE HIGH PROBABILITY TRADES FROM: THESE ARE REAL MOVES IN THE MORNING AND THE AFTERNOON. TRADING ONLY WITHIN THESE HOURS PREVENTS YOU FROM OVER TRADING. IF YOU HAVE A SUCCESSFUL TRADE IN THE MORNING, DO NOT TRADE THE AFTERNOON. YOU DO NOT WANT TO GIVE BACK ANY WINNINGS TO THE MARKET PLACE. ESPECIALLY IF YOU ARE DEVELOPING. SUGGESTING YOU ARE TRADING LIVE, IF YOU HAVE A SUCCESSFUL TRADE IN THE MORNING, CONTINUE YOUR PRACTICES IN A DEMO ACCOUNT. DO NOT FALL VICTIM TO THAT SUGAR HIGH FROM THE WINNING TRADE...
id: 3695ec5a441648147f2b5174cd0a5d69 - page: 48
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": "rtYsjlVRzcdGwKhdehV7FpsNXyhmzwE25Ao_NuKYmU8", "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": "rtYsjlVRzcdGwKhdehV7FpsNXyhmzwE25Ao_NuKYmU8", "level": 2}'