PureBytes Links
Trading Reference Links
|
Month dotted lines are already there - go to Tools->Preferences->Charting.
They are there for long, long time !!!
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "mrdavis9" <mrdavis9@xxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, June 22, 2004 10:27 PM
Subject: Re: [amibroker] End of the day charting-is it possible to see the day of the month on the xaxis?
> Yuki, this code is great. I changed the colors to better suit my eyes, and
> to hopefully be visible over the volume bars of the builtin price chart.
>
> I hope TJ incorporates this in the builtin price chart.
>
> Everytime that I try to add any code to the builtin price chart, I always
> fail, so If anyone else can modify the main price chart to include this, I
> would sure appreciate seeing a post of a complete FUNCTIONING version of the
> builtin Pricechart with this code already inserted. Ron D.
>
> Title="Lines for Month,Week";
>
> Plot(IIf(Month()!=Ref(Month(),-1),1,0),"",42,styleHistogram|styleOwnScale|st
> yleNoLabel,0,5);
>
> Plot(IIf(DayOfWeek()<Ref(DayOfWeek(),-1),1,0),"",43,styleHistogram|styleOwnS
> cale|styleNoLabel,-0.55,12);
>
> ============================================================================
> =================================
>
>
> ----- Original Message -----
> From: "Yuki Taga" <yukitaga@xxxxxxxxxxxxx>
> To: "axium102" <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, June 22, 2004 4:33 AM
> Subject: Re: [amibroker] End of the day charting-is it possible to see the
> day of the month on the xaxis?
>
>
> > Hi axium102,
> >
> > Tuesday, June 22, 2004, 12:47:12 PM, you wrote:
> >
> > a> Hello;
> >
> > a> I was wondering if it is possible to see the days of the month on
> > a> the x - axis, and possibly set a gridline to once a week , when
> > a> using the end of the day data ?
> >
> > This doesn't go all the way up, but it's a fairly nice effect. You
> > can probably play with it and make it do what you want.
> >
> >
> Plot(IIf(Month()!=Ref(Month(),-1),1,0),"",24,styleHistogram|styleOwnScale|st
> yleNoLabel,0,7);
> >
> >
> Plot(IIf(DayOfWeek()<Ref(DayOfWeek(),-1),1,0),"",39,styleHistogram|styleOwnS
> cale|styleNoLabel,-0.55,14);
> >
> > Yuki
> >
> >
> >
> >
> >
> > 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
> >
> >
> >
> >
> >
>
>
>
>
> 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 --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|