- Joined
- 28 December 2013
- Posts
- 6,352
- Reactions
- 24,221
variability is what makes this pattern tricky to identify
The weekly RCL charts shows the "pocket pivot" that we're discussing in @Skate's thread.
The blue arrows in my charts indicate the high volume bullish bars. Some of them are pocket pivots.
Please Note (it's critical to the CAM Strategy)
(a) The CAM system works well in a positive trend & generates a tremendous amount of Buy signals.
(b) PositionScore is critical to the CAM strategy success.
(c) In a BEAR market the CAM Strategy performance suffers with large drawdowns.
(d) The idea of my StaleStop exit is in place for the protection against large drawdowns.
(e) It’s mandatory to apply the CAM trading strategy to a trending universe of stock.
(f) Skate's modified CAM strategy uses a unique set of parameters with additional filters because the standard CAM rules are not enough to maximize the odds of profit.
For better Results
Nonetheless, to maximize your odds, you can apply the strategy to a preselected watchlist of securities that demonstrate trendiness.
Skate,
I have a question about (e) "trending universe of stock": in my opinion it is the same as having an extra buy condition which confirms/detects trend. Or am I missing something?
Thanks!
The CAM Strategy
@julo your logic is sound as "parameters & filters" formulate your buy condition. The idea behind the CAM Strategy is valid - but in its current form, it's lacking in a few departments. I trade a modified version of CAM strategy with a unique set of parameters with additional filters because the standard CAM rules are not enough to maximize the odds of profit. If you don't have any attachment to money - trade the CAM Strategy in a falling market & you will soon realise its shortcomings.
The heart of the strategy
camUP = ( ( adxRising == True ) AND( macdRising == True ) ); // Uptrend
camPB = ( ( adxRising == False ) AND( macdRising == False ) ); // Pullback
camDN = ( ( adxRising == True ) AND( macdRising == False ) ); // Downtrend
camCT = ( ( adxRising == False ) AND( macdRising == True ) ); // CounterTend
NOTE
The CAM Strategy works well only when the trend is positive at the individual level (at the stock level). The CAM Strategy doesn't rely on an Index Filter as it's not required when using "The heart of the strategy" conditions displayed above. Using the basic rules above to filter the trades is not enough to maximize the odds of profit, it's super critical to apply this trading system to stocks that clearly demonstrates trendiness.
Google search
If you do a google search there are a plethora of "Trend Direction Indicators" that you can add to the CAM Strategy. A rate-of-change (ROC) indicator is a momentum-based indicator that measures the percentage change in price. You can use the (ROC) as a trend indicator & it's easy to use. There are also much simpler ones to try.
Look for my uploaded templates
I have uploaded 12 steps to code a base system - search for (The procedure to code the WTT Strategy will be in 12 easy steps to follow) & read the comments as well. With trading & coding, nothing comes easy. It's a distinct benefit to possess a (PhD) - PhD is an acronym for Persistence, Hard-work & Determination
Skate.
Hello and welcome to Aussie Stock Forums!
To gain full access you must register. Registration is free and takes only a few seconds to complete.
Already a member? Log in here.