PureBytes Links
Trading Reference Links
|
You may have numbers [not letters]
1=MONDAY
2=TUESDAY
...
5=FRIDAY
for the days of the week and a white bar for every new week.
L1=LastValue(LLV(L,Cum(Status("barvisible"))));
Plot(L1,"",1,styleNoLine);Plot(0.98*L1,"",1,styleNoLine);
Plot(C,"C",1,64);
D=DayOfWeek();
PlotShapes(33+2*D,colorIndigo);
Plot(D<Ref(D,-1),"",colorWhite,2+styleOwnScale);
Is it what you look for ?
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "axium102" <axium102@xxxx> wrote:
> Hello;
>
> I was wondering if it is possible to see the days of the month on
> the x - axis, and possibly set a gridline to once a week , when
> using the end of the day data ?
>
> Matthew.
------------------------ 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/
|