Created at 8pm, Jan 18
bsrcnncCrypto
1
Technical Analysis of the Financial Markets* : John J. Murphy
GUTN0Adv4NL0lqL8ZYJ8swR-eyKDKfOVdR5PfDoVdeo
File Type
PDF
Entry Count
937
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Technical Analysis of the Financial Markets* : John J. Murphy

Combine Contrarian Opinion with Other Technical Tools As a general rule, trade in the same direction as the trend of the consensus numbers until an extreme is reached, at which time the numbers should be monitored for a sign of a change in trend. It goes without saying that standard technical analytical tools can and should also be employed to help identify market turns at these critical times. The breaking of support or resistance levels, trendlines, or moving averages can be utilized to help confirm that the trend is in fact turning. Divergences on oscillator charts are especially useful when the Bullish Consensus numbers are overbought or oversold.
id: 4614d8ed995416f81b76d3576aacf375 - page: 244
INVESTOR SENTIMENT READINGS Each weekend Barrons includes in its Market Laboratory section a set of numbers under the heading Investor Sentiment Readings. In that space, four different investor polls are included to gauge the degree of bullishness and bearishness in the stock market. The figures are given for the latest week and the period two and three weeks back for comparison purposes. Heres a random sample of what the latest weeks figures might look like. Remember that these numbers are contrary indicators. Too much bullishness is bad. Too much bearishness is good.
id: 77752930f7a0ef5548e40974bcb35c30 - page: 244
INVESTORS INTELLIGENCE NUMBERS Investors Intelligence (30 Church Street, New Rochelle, NY 10801) takes a weekly poll of investment advisors and produces three numbersthe percent of investment advisors that are bullish, those that are bearish, and those that are expecting a market correction. Bullish readings over 55% warn of too much optimism and are potentially negative for the market. Bullish readings below 35% reflect too much pessimism and are considered positive for the market. The correction figure represents advisers who are bullish but expecting short term weakness. Investors Intelligence also publishes figures each week that measure the
id: d2b04f34925dcaa758f0dd94ce325cd3 - page: 245
Those numbers can also be used in a contrary fashion. Readings above 70% suggest an overbought stock market. Readings below 30% suggest an oversold market. The 10 week readings are useful for measuring short to intermediate market turns. The 30 week numbers are more useful for measuring major market turns. The actual signal of a potential change in trend takes place when the numbers rise back above 30 or fall back below 70. The second smoothing produces 3 lines. Fast stochastics uses the first 2 lines. Slow stochastics uses the last 2 lines.
id: cfb1fcd5b0155396f7d3bb5c71215936 - page: 245
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": "GUTN0Adv4NL0lqL8ZYJ8swR-eyKDKfOVdR5PfDoVdeo", "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": "GUTN0Adv4NL0lqL8ZYJ8swR-eyKDKfOVdR5PfDoVdeo", "level": 2}'