PureBytes Links
Trading Reference Links
|
Hi George,
Here are 3 plots (using histogram) so you can see
how they look together:
1. normal plot of close
Plot(C, <FONT color=#ff00ff
size=2>"", colorRed,
styleHistogram);
2. same plot, min = 0, max = close of highest bar
loaded
Plot(C, <FONT color=#ff00ff
size=2>"", colorRed,
styleHistogram|styleOwnScale, <FONT color=#ff00ff
size=2>0, <FONT color=#0000ff
size=2>LastValue( <FONT color=#0000ff
size=2>Highest(C) ) );
3. same plot, min = 0, max = close of highest bar
visible
Plot(C, <FONT color=#ff00ff
size=2>"", colorRed,
styleHistogram|styleOwnScale,<FONT face="Courier New"
size=2> 0<FONT
size=2>, LastValue(
HHV( C, (
Cum( <FONT
color=#0000ff size=2>Status( <FONT color=#ff00ff
size=2>"barvisible" ) ) ) ) ) );
Steve
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
George Loyd
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, September 21, 2003 11:54
AM
Subject: Re: [amibroker] Graph
Settings
Steve,
Thanks. Could you provide an
example?
George
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Steve
Dugas
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, September 20, 2003 9:04
PM
Subject: Re: [amibroker] Graph
Settings
Hi,
Use the Plot() function and set "minvalue"
argument to zero. Or you could select Custom button in IB and set the
min/max.
Steve
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=cs_winn@xxxxxxxxxxx
href="">indiana0352
To: <A
title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, September 20, 2003
10:34 PM
Subject: [amibroker] Graph
Settings
Ive created a custom volume indicator but when it
plots, the x-axis is not zero.Is there a way of forcing the
bottom of a histogram to zero when plotting??Thanks in
advance,ChrisSend BUG REPORTS to <A
href="">bugs@xxxxxxxxxxxxxSend
SUGGESTIONS to <A
href="">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.
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.
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.
Attachment:
screenshot1.png
Attachment:
Description: "Description: PNG image"
|