PureBytes Links
Trading Reference Links
|
Hi Graham,
What I've got so far (just starting to code - I'm a beginner) is:
TimeFrameSet(inWeekly);
Buy = H > Ref(HHV(H,30),-1) AND EMA(C*V,30)>=300000;
Filter = Buy;
I thought the TimeFrameSet function moved the analysis timeframe to
Weekly? If this is not the case how can I move to weekly?
Thanks!
Sal
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxx> wrote:
>
> you are running your analysis in daily period
> If you system is weekly then the Analysis window setting should be
to weekly
>
> --
> Cheers
> Graham Kav
> AFL Writing Service
> http://www.aflwriting.com
>
>
> 2009/1/23 australindgirl <australindgirl@xxx>
>
> > Hi,
> >
> > I am trying to put together a weekly system that I can run an
> > exploration for. I can put together the code for the system, but
when
> > I click on the results it defaults to a daily chart. How do I
get it
> > to default to a weekly chart for viewing the results from the
Automatic
> > Analysis window so that the buy / sell arrows show up on the
weekly
> > chart?
> >
> > Thanks!
> >
> >
> >
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL 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/
|