PureBytes Links
Trading Reference Links
|
The timeframe.dll was written to backtest some ideas of trading
systems based on differents time frame ( daily and weekly)
of course for exploration change the settings are enough.
Now, Tomasz have written an upgrade to get differents timeframe
directly in AFL
the timeframe.dll is obsolete.
Thanks to Tomasz.
Stephane
> Which of these two answers is the best answer. In the past, when I
have seen references to Stephane's dll for weekly timeframes, I
always wondered why can't you just change to weekly mode as mmqp
suggests in his answer below. Opinions? Ron D
>
>
>
>
> Hello,
> for instance there is a solution with the timeframe dll ( it works
> well on daily and weekly data).
> just explore with
>
> Filter = 1; /* all stocks and quotes accepted */
> AddTextColumn(FullName(),"Name");
> WeekPrice = TwC();
> WeekEMA9 = TwEMA (WeekPrice,9) ;
> WeekEMA19 = TwEMA (WeekPrice,19) ;
>
> AddColumn(Cross(WeekEMA9,WeekEMA19),"Cross",1);
> AddColumn(WeekEMA9>WeekEMA19,"Above",1);
> stephane
>
======================================================================
==
> ----- Original Message -----
> From: mmqp
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Tuesday, September 02, 2003 11:38 AM
> Subject: [amibroker] Re: weekly macd scan
>
>
> Use same codes in AA and goto Settings and set "Periodicity" to
> weekly. Hope this helps.
> mmqp
>
======================================================================
> --- In amibroker@xxxxxxxxxxxxxxx, "DT" <dtfreak1025@xxxx> wrote:
> >
> >
> > Does anyone know of a way to scan for a macd crossover on a
weekly
> > chart as a base time frame?
> >
> > The built in macd scan works well on a daily charts, but I
don't
> know
> > how to get it to scan the weekly chart.
> >
> > DT
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|