Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Psychological Index for Metastock
{Futures Magazine, Vol.29 No.6, June 2000, P.48}
Overbought/oversold indicator described in the June 2000 Futures Magazine called the Psychological Index.
Similar Indicators / Formulas
Indicator / Formula
{Futures Magazine, Vol.29 No.6, June 2000, P.48} LookBack:= Input("Number of lookback periods", 2, 100, 12); UThreshold:= Input("Upper threshold (%)", 0, 100, 75); LThreshold:= Input("Lower threshold (%)", 0, 100, 25); UpDay:= If(CLOSE > Ref(CLOSE,-1), 1, 0); PsychIndex:= Sum(UpDay,LookBack) / LookBack * 100; PsychIndex; UThreshold; LThreshold
3 comments
Leave Comment
Please login here to leave a comment.
Back
Anyone please help me what is the formula for this index. I want to code it in Amibroker.
If you have already coded it in Amibroker, please help to share.
Br,
Error:
==>