One of the user asked us to add scanner based on the CMO. Added below patterns to the site. 1. CMO Trending Up: CMO has crossed 0 from below is bullish. 2. CMO Crossed Above 50: CMO has crossed 50 from below is bullish.
Scanner:- 3. CMO Over Bought zone: Bullish indicator. Greater than CMO value 50 signifies bullish.
4. CMO Trending Down: CMO has crossed 0 from above indicating bearish. 5. CMO Crossed Below -50: CMO has crossed -50 from above indicating bearish. 6. CMO Over Sold zone: Bearish.
Chande Momentum Oscillator: Thread
You will see a line between +100 to -100, that forms part of the Chande Momentum Oscillator, appearing in the lower pane in the chart below. Let us understand them.
Before we understand the CMO, it is important to sort out a few concepts.
It works based on the close price. see below image for close price.
Calculation 1. Calculate the sum of higher closes over 9 periods.
if(todayClose > previousClose){
//Add up price
periodHigh = periodHigh + todayClose - previousClose;
}
2. Calculate the sum of lower closes over 9 periods.
if(todayClose < previousClose){
periodLow = periodLow + (previousClose - todayClose);
} 3. Subtract the sum gains over 9 periods from the sum of loss over 9 periods.
9 days differnce = periodHigh - periodLow
4. Add the sum of lower closes over 9 periods to the sum of higher closes over 9 periods.
9 days total price movement = periodHigh + periodLow
5. Divide 9 days differnce by 9 days total price movement and multiply by 100.
CMO = (9 days differnce(periodHigh - periodLow)/ 9 days total price movement (periodHigh + periodLow))*100
This is how CMO is calculated. It captures the strength of the trend that is in control.
How to know what is the trend?
The oscillator's value denotes the strength or weakness of the expected trend.
If cmo value 40 is it has good trend strength than cmo 20
The oscillator can be used as a confirmation signal when it crosses above or below the 0 line.
scanners:-
CMO Trending Up: CMO has crossed 0 from below indicating bullish.
CMO Trending Down: CMO has crossed 0 from above indicating bearish.
For example, if the 50-day moving average crosses above the 200-day moving average (golden cross), a buy signal is confirmed when the Chande momentum oscillator crosses above 0 , predicting prices are headed higher.
Traders can use the Chande momentum oscillator to spot positive and negative price divergence between the indicator and underlying security.
A negative divergence occurs if the underlying security is trending upward and Chande momentum oscillator is moving downwards.
A positive divergence occurs if price is declining but the oscillator is rising.
1. Trade can initiate the next day opening price with 1% or 2% of stock price as SL.
2.Risky Traders can enter into trade at 3.15 to 3.20 pm on the same day when price crosses above the monthly pivot point.
3. Target can be 2% or 3% or 4%
4.When we back tested with 2% SL and 4% target given the best results.
5.User can keep any of these risk rewards
Risk reward ratio: 1: 2
Risk reward ratio: 1: 3
Risk reward ratio: 2: 4(Given the best results)
6.User can close the trade with in 3 days if they achieve target or if SL hits.
7.If user wants to continue the trend then SL should be moved only when they achieved initial target. 8. You can add any other indicator for confirmation eg: SMA 20, ADX > 25.
Scans -> Investment patterns -> High Momentum pattern.
Conditions to qualify stocks in this criteria: 1. Min price should be greater than 30 2. The current price must be at least 50% above 52 weeks low.
3. The current price must be within 25% of the 52 weeks high. 4. The current price must must be trading above 50-day and 50sma > 200 sma. 5. Every 6 weeks should have made new high. so check last 6weeks price is greater previous 6 weeks high price.
> Now click on patterns > candlestick > dragon fly doji pattern
> It will highlight on the chart where it occurred in the past also.
> Now u can check whether this pattern is respecting this stock or not.
> It is easy to backtest with ur eyes.
> U can check the same thing for Daily/Weekly/Monthly also.
> Once u found , stock is respecting this pattern then take position based on that.
Started reading the A complete Guide to Volume Price Analysis #book#VPA
Based on my understanding created below patterns 1. Price and volume raising
> Bullish: price closes above the previous candle and volume is greater than previous candle.