PureBytes Links
Trading Reference Links
|
Thank you for you code Rakesh. very helpful.
Eric
--- In amibroker@xxxxxxxxxxxxxxx, "Rakesh Sahgal" <rakeshsahgal@xxx>
wrote:
>
> STD=STDEV(C,PDS);
> STD1=STD*1;
> STD2=STD*2;
> STD3=STD*3;
>
> TOPBAND1=MA(C,PDS)+STD1;
> BOTBAND1=MA(C,PDS)-STD1;
>
> [a] Check the afl syntax because I dont remember them offhand.
> [b] The bands for the other 2 std devs will have the same formula,
you just
> need to change the std dev values.
>
>
>
>
>
> On 6/15/07, eric tao <erichtao@xxx> wrote:
> >
> > Hi,
> >
> > How to construct a band one, two, and three stand deviation from
MA(c)?
> >
> > Thank you.
> > Eric
> >
> >
> >
> > 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
>
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|