SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Technical Analysis- Indicators & Systems

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: TechTrader42 who wrote (2269)7/30/1997 4:20:00 AM
From: wolfgangl   of 3325
 
There is a quantitative treatment of candlesticks formulating the "upper shadow" and the "lower shadow" originally by T. Chande:

Upper:

mov(if(mov(c,13,e),>,mov(o,13,e),mov(h-c,13,e),mov(h-o,13,e)),13,e)

Lower:

mov(if(mov(c,13,e),>,mov(o,13,e),mov(o-l,13,e),mov(c-l,13,e)),13,e)

smoothing is up to your personal taste, take more or less than 13. You may combine the two formulae.

It works also with:

mov(mov(h-c,13,e),13,e)

and

mov(mov(c-l,13,e),13,e)

or with combinations of all 4.

I have to experiment much more with these formulae, but if at all I would approach Candlesticks I would like to do it in a quantitative way.

Wolfgang
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext