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 [email protected], Graham <kavemanpe...@...> 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 <australindg...@...> > > > 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! > > > > > > >
