Stochastic Momentum IndexThis is an implementation of the Stochastic Momentum Index from William Blau's his article in Stocks & Commodities .
This also allows the use of various different kinds of moving averages for the signal line. Options for this argument are:
sma (simple moving average)
ema (exponential moving average)
wma (weighted moving average)
trima (triangular moving average)
zlema (zero-lag exponential moving average)
dema (double exponential moving average)
tema (triple exponential moving average)
hma (hull moving average)
Overbought-oversold
Stochastic Momentum Index (SMI)Stochastic Momentum Index (SMI) or Stoch MTM is used to find oversold and overbought zones. It also helps to figureout whether to enter short trade or long trade.
Red Shade in the Top indicates that the stock is oversold and the Green shade in the bottom indicates overbought.
Strategy:
Enter Long once the Overbought Zone ended and there's a crossover below -35.
Exit Long once the oversold zone is ended and there's a crossover.
Enter Short once the oversold zone is ended and there's a crossover above 35.
Exit Short once the Overbought Zone ended and there's a crossover.
Backup: Always use with another indicator because there will be multiple up and down movement in one Trend.
Murrey Math Extremes ComparatorHOW IT WORKS
Creates two murrey math oscillators (hidden) one with 256 length another with 32 length and compare each other.
WHAT GIVE ME THIS SCRIPT
The script can give you very valuable information:
- Main Trend
- Pullbacks detections
- Extreme overbought oversold prices alerts
- Divergences
- Any timeframe usage
REFERENCES OF USAGE
Main Trend Indications
****The main trend is indicated with green(bull) or red(bears) small "triangles" on the bottom(bull) or the top(bears) of the chart.
*****To detect the Bull/Bear major trend the script use 256 murrey, if > 0 (green) we are uptrend in other cases we are downtrend
Pullback detection
****The pullbacks are indicated with Green(bull) or red(bears) medium "Arrows"
*****To detect pullbacks the system compare the long term murrey with the short term murrey, if long term is Green(green triangles)
*****so we are in a main bull trend, if the short term murrey make an extreme low then the pullback is indicated
*****The same for the short pullback, if long term murrey is RED and we have an extreme green short term murrey we shot a red arrow
Extreme Overbught/Oversold
****The extreme OO is indicated with fancy diamonds
*****To detect the Extremes price movements we combine the two murrey, if Long Term Murrey is overbought and short term murrey too
*****Then the diamond show on the screen obove or below based on the extreme if overbought or oversold
Strategy Resume:
Triangles indicate Major Trend Up/Down
Arrows Indicate Continuation pullbacks
Diamonds Indicate Extreme Prices
GUIDE HOW TO IMAGES
How it's works Behind Scene
StochRSI overSold/Bought alerts - by squattterDepending on the new trend - Fisher 100 crossing 0;
Set an alert on each Long/Short "crossing down", 0.8 (or anything below 0.99), "on condition"
MAGNUS™A CHANGE of background color indicates a trade opportunity :
Cyan background = BUY
Purple background = SELL
The bullish signals seem to be better than the bearish ones.
Based on the "Willy" indicator.
Don't change the parameters unless you fully understand the consequences.
Use with brains and caution :)