PureBytes Links
Trading Reference Links
|
Dear Jayson
THanks
I got it but actually I want to draw gridline in main chart not on
auxilary chart.
Mayoor
--- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> you are missing the comma , after colorwhite
>
> Jayson
> -----Original Message-----
> From: mayoor_vaghela [mailto:mayoor_vaghela@x...]
> Sent: Monday, April 14, 2003 1:03 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: How to draw Verticles gridlines on
days/week
>
>
> Dear Anthony,
> I have applied following formula but it give syntex error on m of
> styleHistogram.
> What to do ?
> Mayoor
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" <ajf1111@xxxx>
> wrote:
> > Plot(IIf(Day() > Ref(Day(),-1),1,0),"",colorWhite
> > styleHistogram|styleOwnScale);
> > Plot(IIf(Month() !=Ref(Month(),-1),1,0),"",colorWhite
> > styleHistogram|styleOwnScale);
> >
> >
> > -------Original Message-------
> >
> > From: amibroker@xxxxxxxxxxxxxxx
> > Date: Sunday, April 13, 2003 23:59:48
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] How to draw Verticles gridlines on days/week
> >
> > In AB each year end represent vertical grid line , but I want to
> draw
> > verticle grid line on each day or each week, so how to do it ? In
> > customise section I have ticked yes to grid line but only
> horizontal
> > grid line appeared but not the verticle one.
> > mayoor
> >
> >
> > Yahoo! Groups Sponsor
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> > (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> > --------------------------------------------
> > Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq
> > html
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/i5gGAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|