PureBytes Links
Trading Reference Links
|
period= 10;//what ever period you like.
Smoothing = ( C + 2 * Ref(C,-1) + 2 * Ref(C,-2) + Ref(C,-3) )/6;//something like this
DoubleSmooth= MA(MA(StochD(),15),15);//one of dtsokakis Double Smoothing for Stochastics, part of it anyway
WA= 100 * ( MA( MA(C - (0.5 * ( HHV(H, Period) + LLV(L, Period))),
Smoothing) , DoubleSmooth) / ( 0.5*MA( MA( HHV(H, Period) - LLV (L, Period), Smoothing) , DoubleSmooth)));nkis22 <nkishor@xxxxxxxxx> wrote:
100 * ( Mov( Mov(C - (0.5 * ( HHV(H, Period) + LLV(L, Period))), Smoothing, E) , DoubleSmooth, E) / (0.5*Mov( Mov( HHV(H, Period) - LLV (L, Period), Smoothing, E) , DoubleSmooth, E)))
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com
For other support material please check also: http://www.amibroker.com/support.html
---- LSpots keywords ?>
SPONSORED LINKS
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
---- LSpots keywords ?>
SPONSORED LINKS
YAHOO! GROUPS LINKS
|