PureBytes Links
Trading Reference Links
|
try this
wc = TimeFrameCompress( Close, 3*indaily );
On Mon, 11 Oct 2004 12:01:15 -0400, Ken Close <closeks@xxxxxxxx> wrote:
>
> In trying to plot a 3 days per bar plot, I thought I could use the
> TimeFrameCompress and TimeFrameExpand commands.
>
> It does not appear to work.
>
> To say wc = TimeFrameCompress( Close, 3 );// 3 days compression
>
> appears NOT to be the same as
>
> wc = TimeFrameCompress( Close, inWeekly );
>
> Does anyone know if the TimeFrame commands can be used in this way, or
> is it necessary to do something much more complicated to get plots of x
> days per bar conversions???? If yes, what is wrong with the above
> listed construction?
>
> Thanks,
>
> Ken
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.775 / Virus Database: 522 - Release Date: 10/8/2004
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|