PureBytes Links
Trading Reference Links
|
Here is something I
did up.
<FONT face=Arial
size=2>
Does someone want to
compare the other and post a reply?
<FONT face=Arial
size=2>
Mr
Valley
<FONT face=Arial
size=2>
/*Sigma Bands Test v1*/
Var = 125;<SPAN
class=987015015-15022004> // Select time
frame
G0 = BBandTop<FONT
size=1>(C, Var, 2<FONT
size=1>);
G3 = BBandBot(C,
Var, 2);
G10 = BBandTop<FONT
size=1>(C, Var, 1<FONT
size=1>);
G13 = BBandBot<FONT
size=1>(C, Var, 1<FONT
size=1>);
G111 = BBandTop<FONT
size=1>(C, Var, 1.5<FONT
size=1>);
G333 = BBandBot<FONT
size=1>(C, Var, 1.5<FONT
size=1>);
G22 = BBandTop<FONT
size=1>(C, Var, .5);
G44 = BBandBot<FONT
size=1>(C, Var, .5);
G000= (G22 + G44)/2<FONT
size=1>;
Plot(C,"Sigma
Bands Close",1<FONT
size=1>,64<FONT
size=1>);
Plot(G0,<FONT color=#ff00ff
size=1>"+2",4<FONT
size=1>,4<FONT
size=1>);
Plot(G3,<FONT color=#ff00ff
size=1>"-2",4<FONT
size=1>,4<FONT
size=1>);
Plot(G10,<FONT color=#ff00ff
size=1>"+1",4<FONT
size=1>,4<FONT
size=1>);
Plot(G13,<FONT color=#ff00ff
size=1>"-1",4<FONT
size=1>,4<FONT
size=1>);
Plot(G111,<FONT color=#ff00ff
size=1>"+1.5",<FONT color=#ff00ff
size=1>6,4<FONT
size=1>);
Plot(G333,<FONT color=#ff00ff
size=1>"-1.5",<FONT color=#ff00ff
size=1>6,4<FONT
size=1>);
Plot(G22,<FONT color=#ff00ff
size=1>"+.5",7<FONT
size=1>,4<FONT
size=1>);
Plot(G44,<FONT color=#ff00ff
size=1>"-.5",7<FONT
size=1>,4<FONT
size=1>);
Plot(G000,<FONT color=#ff00ff
size=1>"0",2<FONT
size=1>,4<FONT
size=1>);
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>
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.
|