PureBytes Links
Trading Reference Links
|
Hi Jason,
That was fast. I really appreciate it.
Alan
--- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> Alan,
> yes. you would need to apply styleownscale to one of the plots to
account
> for scale something like this......
> Plot(x,"Trix",IIf(x>Ref(x,-
1),colorGreen,colorRed),styleHistogram);Plot(MACD
> (),"",colorWhite,1|styleOwnScale);
>
> Title=WriteIf(x>Ref(x,-1),"Trix is improving","Trix is turning
> Down")+WriteIf(x>Ref(x,-1)AND x<0," but still
> egative","")+WriteIf( x>Ref(x,-1)AND x>0, " AND above the zero
> line","")+WriteIf(x<Ref(x,-1) AND x >0," But still above
> zero","")+WriteIf(x<Ref(x,-1) AND x<0," And below the Zero
Line","") ;
>
>
> Jayson
> -----Original Message-----
> From: Alan Nouray <alann@xxxx> [mailto:alann@x...]
> Sent: Tuesday, February 18, 2003 6:04 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] plot 2 indicators
>
>
> I am trying to plot the Trix(17) of qqq and MACD (x,y,z) of qqq in
one
> window. Is it possible?
>
> Alan
>
>
> 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.
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/
|