- Joined
- 18 February 2010
- Posts
- 65
- Reactions
- 1
1. Which indicators do you like the most?
2. How many indicators do you use?
These are ones that I have recently read about and am considering using. I will test these and then would like to use maybe 1-2 of them in my trading.
- MACD
- Relative Strength Index (stock price compared to All Ords or Index)
- Force Index (Alexander Elder uses this)
- New High-Low Index
As others have said volume, trend breaks, support resistance levels and patterns are very important... ascending /descending triangles (watch out if they fail at that 2/3rds mark), engulfing bull and bear, morning and evening stars are my favourites.
I use my own concocted indicator I call “Mood” it’s just an amalgam of RSI, Guppy’s MMA, some Darvas style “magic boxes” (devised by a very generous code writer called Maximo on the Bullcharts forum based on hi and lo breakouts), and another of my inventions: a channel based on price and volume that expands and contracts depending on live volume... tightens if hi vol or approaching 70 RSI or 30 RSI, and expands otherwise to allow the price to breath... similar but different from Elders Force Index
In Bullcharts you can assign a percentage weighting to each component indicator that makes up my “Mood”. I like to see at least 60% before I go long, and <40% before I short. The reversals between the parameters are always interesting times, especially if confirmed with a nice chart pattern. Maybe you could devise something similar for your favourite indicators, put them into a ribbon along the bottom of your chart to eliminate all the noise of the separate indicators so that you can focus on the pattern itself. You can play with the weightings in BC.
But the bottom line for me is the chart pattern.
Also, because so many people use RSI 14 (the usual software default settings), when a stock approaches 70% and 30% especially if it coincides with an important support/resistance level, it becomes a sort of self fulfilling prophecy and a reversal occurs.... but not always of course. However, it’s worthwhile monitoring price action at those moments.
For anyone interested in using Elders Force Index, the formula is
for a 2 day EFI...
=(((Y*(3-2))+((C-c)*v)*2)/3)
where:
Y = yesterday's 2 day EMA of the EFI (if using Excel, go back 30 rows and fill down)
C = today's close
c = yesterday's close
v = today's volume
for a 13 day EFI (that Elder recommends also)
=(((Y*(14-2))+((C-c)*v)*2)/14)
Also, if you want to pinpoint at which price the 2 day EFI would need to be so it exactly equals zero i.e.crossover point from positive to negative (depends on decimal places you use but near enough) Try this formula...
C = ((2*c*v)-Y)/(2*v)
Good luck.