PureBytes Links
Trading Reference Links
|
Its Ok Anthony, sometimes a topic gets my curiosity going and I HAVE to
find an answer :)
Cheers,
Graham
-----Original Message-----
From: Anthony <axon50@xxxxxxxxxxx> [mailto:axon50@xxxxxxxxxxx]
Sent: Saturday, 22 February 2003 12:12 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Saving Color Schemes
Thanks Kave and Jayson for all your effort. I really did not want
anybody to spend any time on this.
I was just looking for an easy way of testing different color
combinations to see what was easier to view.
Best regards,
Anthony.
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanag@xxxx> wrote:
> Got me thinking of alternative way to colour background, and of
course
> adding a few bits and pieces, just can't stop myself :-)
>
>
>
> num = 14;
>
> Title = Name()+"; "+ Date()+"; RSI("+WriteVal(num,1.0)+") =
> "+WriteVal(RSI(num),1.1);
>
>
>
> Plot(RSI(num),"",colorRed,styleLine);
>
>
>
> SetBarsRequired(100000,100000);
>
> EnableScript("jscript");
>
> <%
>
> Close = VBArray( AFL( "Close" ) ).toArray();
>
> BG = new Array();
>
> i=0;
>
> BG[0]=1;
>
> for( i =0; i< Close.length; i++ )
>
> {
>
> BG[i] = 1;
>
> }
>
> delta = Close.length;
>
> AFL.Var("BG") = BG;
>
> AFL.Var("delta") = delta;
>
> %>
>
> BG = Ref(BG,-delta);
>
> Plot(BG,"",colorLime,styleArea+styleOwnScale+styleNoLabel);
>
>
>
>
>
> Cheers,
> Graham
>
>
>
> -----Original Message-----
> From: Jayson [mailto:jcasavant@x...]
> Sent: Friday, 21 February 2003 5:05 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Re: Saving Color Schemes
>
>
>
> Better yet......
>
>
>
>
>
> x=C>10;
>
> Plot(RSI(14),"",colorRed,1);
>
> Plot(HHV(RSI(14),LastValue(Cum(1))),"",colorGreen,2|styleArea);
>
>
>
> Your starting to rub off on me Graham :))
>
>
>
>
>
> Jayson
>
> -----Original Message-----
> From: Jayson [mailto:jcasavant@x...]
> Sent: Thursday, February 20, 2003 3:41 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Re: Saving Color Schemes
>
> Anthony,
>
>
>
> On second thought there is probably a way, though not particularly
> elegant..... :)
>
>
>
> Plot(RSI(14),"",colorRed,1);
>
> Plot(HHV(RSI(14),200),"",colorGreen,2|styleArea);
>
>
>
>
>
> Jayson
>
> -----Original Message-----
> From: Anthony <axon50@xxxx> [mailto:axon50@x...]
> Sent: Thursday, February 20, 2003 3:14 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: Saving Color Schemes
>
> Thanks Jayson,
> I thought that was the case but I wanted to check with someone more
> knowledgeable. I was just trying to have a different background
color
> for a particular indicator window.
> Cheers,
> Anthony
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> > Anthony,
> > back ground colors are set in preferences...I know on no option
to
> set them
> > via afl
> >
> > Jayson
> > -----Original Message-----
> > From: Anthony <axon50@xxxx> [mailto:axon50@x...]
> > Sent: Thursday, February 20, 2003 12:52 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] Saving Color Schemes
> >
> >
> > Hi,
> > I can't seem to figure out if it is possible to save different
color
> > schemes. Saving Templates does not work for colors for me.
> >
> > If this is not possible then I would be happy if I could control
the
> > background color within AFL but can't find anything for that
either.
> >
> > This is unimportant but if anybody has any suggestions I would
> > appreciate it.
> >
> > Thanks,
> > Anthony
> >
> >
> > 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 the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .
>
>
> 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
> <http://docs.yahoo.com/info/terms/> .
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
> ADVERTISEMENT
>
>
<http://rd.yahoo.com/M=243066.2784922.4151385.1927555/D=egroupweb/S=17
05
> 632198:HM/A=1377501/R=0/*http:/www.verisign.com/cgi-bin/go.cgi?
a=b308901
> 13200616000>
>
>
>
> <http://us.adserver.yahoo.com/l?
M=243066.2784922.4151385.1927555/D=egrou
> pmail/S=:HM/A=1377501/rand=731547116>
>
>
> 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
> <http://docs.yahoo.com/info/terms/> .
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/
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/
|