Created at 6pm, Jan 4
EucWPPzsBook
0
Trading Strategies-John Murphy
bJ8KmOUsl86oR336ihkAGekHGu8I9PBlY23agWpLS3M
File Type
PDF
Entry Count
63
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

John Murphy's Ten Laws of Technical Trading

STYLE: Although I like to follow the market throughout the day, I cannot make the commitment to day trading and use of intraday charts. I would pursue a position trading style and look for 1-8 week price movements based on end-of-day charts. Indicators will be limited to three with price action (candlesticks) and chart patterns will carry the most influence. Part of this style would involve a strict money management scheme that would limit losses by imposing a stop-loss immediately after a trade is initiated. An exit strategy must be in place before the trade is initiated. Should the trade become a winner, the exit strategy would be revised to lock in gains. The maximum allowed per trade would be 5% of my total trading capital. If my total portfolio were 300,000, then I might allocate 21,000 (7%) to the trading portfolio. Of this 21,000, the maximum allowed per trade would be 1050 (21,000 * 5%).
id: b6a4e76fc29af3aca4ff94473c389e1d - page: 13
STRATEGY: The trading strategy is to go long stocks that are near support levels and short stocks near resistance levels. To maintain prudence, I would only seek long positions in stocks with weekly (long-term) bull trends and short positions in stocks with weekly (long-term) bear trends. In addition, I would look for stocks that are starting to show positive (or negative) divergences in key momentum indicators as well as signs of accumulation (or distribution). My indicator arsenal would consist of two momentum indicators (PPO and Slow Stochastic Oscillator) and one volume indicator (Accumulation/Distribution Line). Even though the PPO and the Slow Stochastic Oscillator are momentum oscillators, one is geared towards the direction of momentum (PPO) and the other towards identifying overbought and oversold levels (Slow Stochastic Oscillator). As triggers, I would use key candlestick patterns, price reversals and gaps to enter a trade.
id: 174400b59446bf3a1219dfb4c5e716ff - page: 13
This is just one hypothetical strategy that combines goals with style and commitment. Some people have different portfolios that represent different goals, styles and strategies. While this can become confusing and quite time consuming, separate portfolios ensure that investment activities pursue a different strategy than trading activities. For instance, you may pursue an aggressive (high-risk) strategy for trading with a small portion of your portfolio and a relatively conservative (capital preservation) strategy for investing with the bulk of your portfolio. If a small percentage (~5-10%) is earmarked for trading and the bulk (~90-95%) for investing, the equity swings should be lower and the emotional strains less. However, if too much of a portfolio (~50-60%) is at risk through aggressive trading, the equity swings and the emotional strain could be large.
id: c0bd4d28768d991bc3f5bcc4aa4ef47e - page: 14
Arthur Hill On Moving Average Crossovers A popular use for moving averages is to develop simple trading systems based on moving average crossovers. A trading system using two moving averages would give a buy signal when the shorter (faster) moving average advances above the longer (slower) moving average. A sell signal would be given when the shorter moving average crosses below the longer moving average. The speed of the systems and the number of signals generated will depend on the length of the moving averages. Shorter moving average systems will be faster, generate more signals and be nimble for early entry. However, they will also generate more false signals than systems with longer moving averages.
id: d19ed8dedbf2718cd7e5af688042bc49 - page: 14
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": "bJ8KmOUsl86oR336ihkAGekHGu8I9PBlY23agWpLS3M", "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": "bJ8KmOUsl86oR336ihkAGekHGu8I9PBlY23agWpLS3M", "level": 2}'