PureBytes Links
Trading Reference Links
|
Tomasz Janeczko wrote:
> Charles,
>
> http://www.amibroker.com/guide/w_settings.html
> "Pad and align to reference symbol"
>
i have tried this with AA Explore on 1-minute data, but it does not
seem to work, the code is quite simple:
filter=1;
addcolumn(cum(day()==31 and c),"",1);
(i only have data from dec 29, 2003 forward, so DAY()==31 is for
recent new year's eve.)
pad portfolio setting is selected and MSFT is used as reference.
the value should be 391 for all stocks since padding is selected, but
i get unpadded values only.
> ----- Original Message -----
> From: "firstview2000" <firstview2000_1999@xxxx>
> Sent: Saturday, January 03, 2004 12:19 AM
> Subject: [amibroker] data holes causing problem for ATC (Was Re:
More on data holes - for TJ)
>
> > When using intraday quotes, it is even more likely to get data
holes. When this occurs, the atc function can not generate results as
> > expected.
.........
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
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
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/
|