[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Multiple Timeframe Analysis



PureBytes Links

Trading Reference Links


 I had searched the afl library but not the 3rd party library.  Thankyou all.--- On Thu 05/15, Tomasz Janeczko < amibroker@xxxxxx > wrote:
From: Tomasz Janeczko [mailto: amibroker@xxxxxx]To: amibroker@xxxxxxxxxxxxxxxDate: Thu, 15 May 2003 08:59:43 +0200Subject: Re: [amibroker] Multiple Timeframe AnalysisHello,You can plot higher-timeframe MA's easily usingTimeFrame.dll from http://www.amibroker.net/3rdparty.php(the PDF with description is available there too)Best regards,Tomasz Janeczkoamibroker.com----- Original Message ----- From: "rlb21079" To: Sent: Thursday, May 15, 2003 6:38 AMSubject: [amibroker] Multiple Timeframe Analysis> I'd like to apply this to intraday charts, but I think it will be > easier as an example on daily data.> > I'm aiming to plot an indicator (eg: a moving average) using multiple > sets of data, as determined by t
 he timeframe in which they occur.> > For example, plotting a MA(C,20) of the daily close simultaneously > with a MA(C,20) of the weekly close.> > What I have got so far is below, but is wrong for two reasons, (1) > middle of the week data points are filled with last week's close, > thus skewing the MA calculation; & (2) the last day of the week is > not always Friday (DayofWeek()==5). Any thoughts?> > MAWC=IIf(DayOfWeek()==5,C,ValueWhen(DayOfWeek()==5,C,1));> Graph1=MA(MAWC,5);> > > > > 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.yaho
 o.com/group/amibroker/files/groupfaq.html > > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ > > > ------------------------ Yahoo! Groups Sponsor ---------------------~-->Rent DVDs Online - Over 14,500 titles.No Late Fees & Free Shipping.Try Netflix for FREE!http://us.click.yahoo.com/YoVfrB/XP.FAA/uetFAA/GHeqlB/TM---------------------------------------------------------------------~->Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend 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/ </BLOCK
 QUOTE>Join Excite! - http://www.excite.comThe most personalized portal on the Web!







Yahoo! Groups Sponsor












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 the Yahoo! Terms of Service.