PureBytes Links
Trading Reference Links
|
The graph1 plots for the whole week the close of Monday(if Monday is
the first day of that week). This is not the value of C of a weekly
chart.
Dimitris Tsokakis
--- In amibroker@xxxx, "jonf" <jonf_ca@xxxx> wrote:
> I think this will do:
>
> graph0 = C;
> graph1 = valuewhen(dayofweek() < ref(dayofweek(), -1), C);
>
> Best
> Jon.
> ----- Original Message -----
> From: kailash pareek
> To: amibroker@xxxx
> Sent: Tuesday, September 11, 2001 7:46 AM
> Subject: [amibroker] Weekly Close On Daily Chart
>
>
> Hi,
>
> I want to plot weekly closing on daily bar graph, any
>
> help?
>
> johnny
>
>
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo!
Messenger
> http://im.yahoo.com
>
> Yahoo! Groups Sponsor
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
|