PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, l washington <goldwing01_1999@xxxx>
wrote:
>
> 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@xxxx> 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
>
>
>
>
>
> SPONSORED LINKS
> Investment management software Investment property software
Investment software Investment tracking software Return on investment
software Stock investment software
>
> ---------------------------------
> YAHOO! GROUPS LINKS
>
>
> Visit your group "amibroker" on the web.
>
> To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
> ---------------------------------
>
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Mail - Helps protect you from nasty viruses.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/DldnlA/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|