PureBytes Links
Trading Reference Links
|
<SPAN
class=309212400-19022003>Alan,
yes.
you would need to apply styleownscale to one of the plots to account for scale
something like this......
<FONT
color=#0000ff size=2>
Plot(x,<FONT color=#ff00ff
size=2>"Trix",<FONT color=#0000ff
size=2>IIf(x><FONT color=#0000ff
size=2>Ref(x,-<FONT color=#ff00ff
size=2>1),<FONT color=#000000
size=2>colorGreen,<FONT
color=#000000 size=2>colorRed<FONT color=#282828
size=2>),styleHistogram<FONT
color=#282828 size=2>);<FONT color=#0000ff
size=2>Plot(<FONT color=#0000ff
size=2>MACD(),<FONT color=#ff00ff
size=2>"",<FONT color=#000000
size=2>colorWhite,<FONT
color=#ff00ff size=2>1|<FONT
color=#000000 size=2>styleOwnScale);
Title<FONT color=#282828
size=2>=WriteIf<FONT color=#282828
size=2>(x>Ref<FONT color=#282828
size=2>(x,-1<FONT color=#282828
size=2>),"Trix is improving"<FONT
color=#282828 size=2>,"Trix is turning
Down")+<FONT color=#0000ff
size=2>WriteIf(x><FONT color=#0000ff
size=2>Ref(x,-<FONT color=#ff00ff
size=2>1)<FONT color=#000000
size=2>AND x<<FONT color=#ff00ff
size=2>0,"
but still Negative",<FONT color=#ff00ff
size=2>"")+<FONT color=#0000ff
size=2>WriteIf( x><FONT
color=#0000ff size=2>Ref(x,-<FONT
color=#ff00ff size=2>1)<FONT
color=#000000 size=2>AND x><FONT
color=#ff00ff size=2>0, <FONT
color=#ff00ff size=2>" AND above the zero line"<FONT color=#282828
size=2>,""<FONT color=#282828
size=2>)+WriteIf<FONT color=#282828
size=2>(x<Ref<FONT color=#282828
size=2>(x,-1<FONT color=#282828
size=2>) AND<FONT color=#282828
size=2> x >0<FONT color=#282828
size=2>," But still above zero"<FONT
color=#282828 size=2>,""<FONT
color=#282828 size=2>)+WriteIf<FONT
color=#282828 size=2>(x<Ref<FONT
color=#282828 size=2>(x,-1<FONT
color=#282828 size=2>) AND<FONT
color=#282828 size=2> x<0<FONT
color=#282828 size=2>," And below the Zero
Line",<FONT color=#ff00ff
size=2>"") ;
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Alan Nouray
<alann@xxxxxxxxxxxx> [mailto:alann@xxxxxxxxxxxx]Sent: Tuesday,
February 18, 2003 6:04 PMTo:
amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] plot 2
indicatorsI am trying to plot the Trix(17) of qqq and
MACD (x,y,z) of qqq in onewindow. Is it
possible?AlanPost
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
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.
|