PureBytes Links
Trading Reference Links
|
Tip: When you use
many plot()s in your code you may be able to save some typing and
make it more readable by defining your own custom styles. It
would look like this code excerpt:
<SPAN
class=540554307-02012004>
<FONT face=Arial
size=2>....
<FONT face=Arial
size=2>StyleTotal = styleLine<FONT
color=#000000>|styleNoLabel<FONT
color=#000000>|styleThick<FONT
color=#000000>|styleOwnScale<FONT
color=#000000>;
<FONT face=Arial
size=2>StyleEvent = styleLine<FONT
color=#000000>|styleNoLabel<FONT
color=#000000>|styleOwnScale<FONT
color=#000000>;
<FONT
face=Arial>Plot<FONT
color=#000000>(D*pR1t,"pR1t"<FONT
color=#000000>,colorGreen<FONT
color=#000000>,StyleTotal,0<FONT
color=#000000>,MaxY);
<FONT
face=Arial>Plot<FONT
color=#000000>(D*pR1e,"pR1e"<FONT
color=#000000>,colorGreen<FONT
color=#000000>,StyleEvent,0<FONT
size=2>,MaxY); <FONT
color=#0000ff>Plot(D*pR2t,<FONT
color=#ff00ff>"pR2t",<FONT
color=#ff0000>colorRed,StyleTotal,<FONT
color=#ff00ff>0<FONT
color=#000000>,MaxY); Plot<FONT
color=#000000>(D*pR2e,"pR2e"<FONT
color=#000000>,colorRed<FONT
color=#000000>,StyleEvent,0<FONT
color=#000000>,MaxY);
<FONT
face=Arial>....
<SPAN
class=540554307-02012004>
Happy New
Year!
<SPAN
class=540554307-02012004>herman.
<SPAN
class=540554307-02012004>
<SPAN
class=540554307-02012004>
<SPAN
class=540554307-02012004>
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
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|