|
Confidence %
MetaStock Indicator
Confidence % should oscillate between 0 and 100, usually at the
extreme ends of the scale. A value of 0 indicates no confidence in
the market going up, whilst 100 indicates perfect confidence in the
market going up. Although this obviously isn't the holy grail of
indicators, it does offer some insight into what the market is
thinking and how one can measure investor sentiment.
You might like to add a slower version of this (just increase the 3
day and 5 day calculations to something you believe to be
appropriate - try 7 & 15) and trade the crossovers, as with
stochastics.
You can also just trade the values, i.e. 90 or higher, buy, 10 or
lower, sell.
|
(Sum(Mov(C * (2.5/ Sqrt(50
* V)),10,S)-
LLV(Mov(C * (2.5/ Sqrt(50 * V)),10,S),5), 3 ) /
Sum(HHV(Mov(C * (2.5/ Sqrt(50 * V)),10,S),5) -
LLV(Mov(C * (2.5/ Sqrt(50 * V)),10,S),5), 3) ) * 100 |
|
|