PureBytes Links
Trading Reference Links
|
----- Original Message -----
From: "matrix10014" <allansn@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, June 28, 2006 5:13 PM
Subject: [amibroker] Charting
>
> Hi All,
> New user and i think i amy be losing my mind!!
> Is it possible to set up a Daily and Weekly Chart on the same sheet
> and save it without affecting the other sheets???
>
> I have been attempting to have a daily chart,and adding a "new linked"
> and making it weekly.It seems to wreak havoc on all the other sheets
> in that layout
>
> Thanks in advance
Take a look at the "TimeFrame" functions. For example, set the program interval to Daily and then in a new pane plot the weekly:
TimeFrameSet(inWeekly);
Plot(C, "", colorPaleGreen, styleBar);
>
> Allan
>
>
>
>
>
>
>
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.394 / Virus Database: 268.9.6/378 - Release Date: 06/28/06
>
>
|