PureBytes Links
Trading Reference Links
|
<SPAN
class=092323617-14042003>Mayoor,
You can add the plot
for price to your custom...
<FONT
size=2>
Plot(C<FONT
face=Arial>,"",colorRed<FONT
face=Arial>,styleCandle<FONT
color=#000000 face=Arial size=2>);
Plot(IIf(Day() >
Ref(Day(),-1),1,0),"",colorWhite<FONT
color=#282828>,<FONT
color=#000000>styleHistogram|<FONT
color=#000000>styleOwnScale<FONT
face=Arial>);
Plot(IIf(Month()
!=Ref(Month(),-1),1,0),"",colorWhite<FONT
color=#282828><FONT
color=#000000>,styleHistogram<FONT
face=Arial>|styleOwnScale<FONT color=#000000
face=Arial>);
<SPAN
class=092323617-14042003>or add the code to the top of your price indicator by
rt click on the chart then choosing edit....
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: mayoor_vaghela
[mailto:mayoor_vaghela@xxxxxxxxx]Sent: Monday, April 14, 2003 1:24
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
How to draw Verticles gridlines on days/weekDear Jayson
THanksI 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@xxxx]> 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: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)>
> --------------------------------------------> > Check group FAQ
at:> <A
href="">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: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)>
--------------------------------------------> Check group FAQ at:>
<A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|