[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Weekly Close On Daily Chart



PureBytes Links

Trading Reference Links

If you examine a weekly chart you will see that
the Close for a week is the close of Friday, (as the
Open is the open of Monday)
So, in a daily graph for this week, everyday, from
Monday till next Friday, the value of C is the close
of next Friday, a value that is unknown now.
Isnīt it?
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.