PureBytes Links
Trading Reference Links
|
TimeFrame functions are for MIXING different time frames.
If you want to display 3-day chart the same way as weekly
you need to define custom 3-day interval in Tools->Preferences->Intraday
and then select View->intraday->3 days.
No formula is necessary then as ordinary price chart will be
then in 3-days mode.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "theoldchartreader" <theoldchartreader@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, August 30, 2004 6:25 PM
Subject: [amibroker] timeframeset question
> Hi TJ,
> I am using this formula to give me a three bar chart, which works
> very well.
> My question is this, the when you place the mouse pointer over the
> bar,
> it reads the date as a daily bar, how can I get it to read,the three
> days as one date? (like the weekly chart does)
>
> TimeFrameSet(inDaily*3);
> PlotOHLC(Open,High,Low,Close,"3day",colorTan,styleBar);
>
> thanks you,
> Dennis
>
>
>
>
> 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
>
>
>
>
>
>
------------------------ 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/
|