- Joined
- 14 December 2010
- Posts
- 3,472
- Reactions
- 248
I've often heard that keeping things simple in the market is the most effective way to consistently make profit. At the same time I understand that using a couple of indicators can be quite beneficial.
Before I ask any questions, I understand that everyone is different and there is no one correct answer, so I ask out of curiosity to hear what most traders find effective in their personal trading.
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
I've often heard that keeping things simple in the market is the most effective way to consistently make profit. At the same time I understand that using a couple of indicators can be quite beneficial.
Before I ask any questions, I understand that everyone is different and there is no one correct answer, so I ask out of curiosity to hear what most traders find effective in their personal trading.
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
The problem with RSC is that by the time you see an opportunity it's all over
The problem with RSC is that by the time you see an opportunity it's all over.
It's not a leading indicator.
Anything calculated from past data will always be far too slow for practical application.
A worthy point made for short term traders. Horses for courses I think. I like to use it the way Weinstein mentions in his book, to identify whether a stock is outperforming the parent index, for this I find it useful.
I suppose every indicator is calculated from past data. Even the so called leading indicators.
Hi, I can't find any instance where the W%R indicator turns up or down before price movement. Nowhere.The indicator ALMOST always forms a peak and turns down a few days before the security's price peaks and turns down. Likewise %R usually creates a trough and turns up a few days before the security's price turns up."
Hi, I can't find any instance where the W%R indicator turns up or down before price movement. Nowhere.
Where?I can!
joea
On BND again 21/07/2010 shows lower trough, then 2 X HH's and HL's on a flat price and no volume.
.56 to .86 at close over 4 to 5 days, that's 53.5%.
joea
No it doesn't. The indicator reacts to each and every price change.Likewise %R usually creates a trough and turns up a few days before the security's price turns up.
I smoothed out that jagged, gnarly line.No it doesn't. The indicator reacts to each and every price change.
function PercentR( periods )
{
return -100 * ( HHV( H, periods ) - C )/( HHV( H, periods ) - LLV( L, periods ) );
}
SmoothPR = EMA(PercentR(8), 4);
A = HHV(SmoothPR, 10);
B = HHV(SmoothPR, 60);
D = HHV(SmoothPR, 110);
E = HHV(SmoothPR, 160);
F = HHV(SmoothPR, 210);
G = HHV(SmoothPR, 260);
I = HHV(SmoothPR, 310);
J = HHV(SmoothPR, 360);
K = HHV(SmoothPR, 410);
M = HHV(SmoothPR, 460);
A1 = LLV(SmoothPR, 10);
B1 = LLV(SmoothPR, 60);
D1 = LLV(SmoothPR, 110);
E1 = LLV(SmoothPR, 160);
F1 = LLV(SmoothPR, 210);
G1 = LLV(SmoothPR, 260);
I1 = LLV(SmoothPR, 310);
J1 = LLV(SmoothPR, 360);
K1 = LLV(SmoothPR, 410);
M1 = LLV(SmoothPR, 460);
Average = SelectedValue(A+B+D+E+F+G+I+J+K+M)/10;
Average1 = SelectedValue(A1+B1+D1+E1+F1+G1+I1+J1+K1+M1)/10;
Plot(SmoothPR, "", colorBlack, styleLine);
Plot(Average, "", colorDarkRed, styleLine);
Plot(Average1, "", colorSeaGreen, styleLine);
When I started in the markets the older traders used to talk about volume and price action being the best and only indicators.
The rest being pretty much BS
I struggled with this for a number of years.
Now all I use is volume and price action.................and two MA's to remind me of the trend direction.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?