PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>BM,
<FONT face=Arial color=#0000ff
size=2>
First
off, Graph style is out dated. Tomasz introduced a far simpler format called
Plot long (in AB time) ago. Try....
<FONT face=Arial color=#0000ff
size=2>
Plot<FONT color=#282828
size=2>(Zig<FONT color=#282828
size=2>(C<FONT
color=#282828 size=2>,Param<FONT
color=#282828 size=2>("zC"<FONT
color=#282828 size=2>,10<FONT
color=#282828 size=2>,2<FONT
color=#282828 size=2>,100<FONT
color=#282828 size=2>,1<FONT
color=#282828 size=2>)),<FONT
color=#ff00ff size=2>"ZC",<FONT
size=2>colorYellow<FONT color=#282828
size=2>,1<FONT color=#282828
size=2>)<FONT
face=Arial>;
Plot(<FONT face=Arial
color=#0000ff size=2>Zig<FONT face=Arial color=#282828
size=2>(H<FONT face=Arial color=#282828
size=2>,Param<FONT
face=Arial color=#282828 size=2>(<FONT face=Arial color=#ff00ff
size=2>"zH<FONT face=Arial
color=#ff00ff size=2>",<FONT
face=Arial color=#ff00ff size=2>10<FONT face=Arial color=#282828
size=2>,2<FONT face=Arial
color=#282828 size=2>,<FONT face=Arial color=#ff00ff
size=2>100,<FONT face=Arial
color=#ff00ff size=2>1<FONT face=Arial color=#282828
size=2>)),"Z<FONT
color=#ff00ff size=2>H"<FONT
face=Arial color=#282828 size=2>,<FONT face=Arial
size=2>colorRed,<FONT face=Arial
color=#ff00ff size=2>1<FONT face=Arial color=#282828
size=2>);
Plot(<FONT face=Arial
color=#0000ff size=2>Zig<FONT face=Arial color=#282828
size=2>(L<FONT face=Arial color=#282828
size=2>,Param<FONT
face=Arial color=#282828 size=2>(<FONT face=Arial color=#ff00ff
size=2>"zl<FONT face=Arial
color=#ff00ff size=2>",<FONT
face=Arial color=#ff00ff size=2>10<FONT face=Arial color=#282828
size=2>,2<FONT face=Arial
color=#282828 size=2>,<FONT face=Arial color=#ff00ff
size=2>100,<FONT face=Arial
color=#ff00ff size=2>1<FONT face=Arial color=#282828
size=2>)),"Z<FONT
color=#ff00ff size=2>L"<FONT
face=Arial color=#282828 size=2>,<FONT face=Arial
size=2>colorBlue<FONT face=Arial color=#282828
size=2>,1<FONT face=Arial
color=#282828 size=2>);
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: bm
[mailto:groups@xxxxxxxxxxxx]Sent: Tuesday, January 13, 2004 6:53
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] zigzag
problemhello,MaxGraph=10;Graph0=Zig(C,Param("zC",10,2,100,1));Graph0Color=colorYellow;Graph1=Zig(H,Param("zH",10,2,100,1));Graph1Color=colorRed;Graph2=Zig(L,Param("zL",10,2,100,1));Graph2Color=colorBlue;why
Graph2 plots differently (in style) than two previous? (I put thiscode
before "//Indicator End" line in Price @ build-in indicators set)this
changes after the exlplicit declaration of style,
namely:graph2style=styleline;why G0 & G1 plot as style line
and G2 as sth else as
default?cheers,BMSend 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
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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.
|