PureBytes Links
Trading Reference Links
|
<SPAN
class=403502813-12082003>Steve,
Here
is my approximation of the Pristine Buy and Sell signals. To plot the arrows
just paste to the top of your price code. Let me know how you make out with any
of the others disciplines....
<SPAN
class=403502813-12082003>
Regards,
Jayson
x=(MA(<FONT
size=2>C<FONT
size=2>,20)<<FONT
size=2>Ref(MA<FONT
size=2>(C<FONT
color=#0000ff>,20<FONT
size=2>),-10<FONT color=#282828
size=2>));<FONT
face=Arial>
y=(MA(<FONT
size=2>C<FONT
size=2>,50)<<FONT
size=2>Ref(MA<FONT
size=2>(C<FONT
color=#0000ff>,50<FONT
size=2>),-10<FONT color=#282828
size=2>)); <FONT
face=Arial>
Short1=((x AND<FONT
color=#0000ff> y) <FONT
size=2>AND<FONT
size=2> x/y>.9) AND<FONT
color=#0000ff> (<FONT
size=2>L<FONT
size=2>>Ref(<FONT
size=2>L<FONT
size=2>,-1) <FONT
size=2>AND<FONT
size=2> Ref(<FONT
size=2>L<FONT
size=2>,-1)><FONT
size=2>Ref(<FONT
size=2>L<FONT
size=2>,-2) <FONT
size=2>AND<FONT
size=2> Ref(<FONT
size=2>L<FONT
size=2>,-2)><FONT
size=2>Ref(<FONT
size=2>L<FONT
size=2>,-3))<FONT
size=2>AND<FONT
size=2> C<FONT
color=#0000ff><<FONT
size=2>MA(<FONT
size=2>C<FONT
size=2>,50<FONT color=#282828
size=2>);<FONT
face=Arial>
x1=(MA(<FONT
size=2>C<FONT
size=2>,20)><FONT
size=2>Ref(MA<FONT
size=2>(C<FONT
color=#0000ff>,20<FONT
size=2>),-10<FONT color=#282828
size=2>));<FONT
face=Arial>
y1=(MA(<FONT
size=2>C<FONT
size=2>,50)><FONT
size=2>Ref(MA<FONT
size=2>(C<FONT
color=#0000ff>,50<FONT
size=2>),-10<FONT color=#282828
size=2>)); <FONT
face=Arial>
long1=((x1 AND<FONT
color=#0000ff> y1) <FONT
size=2>AND<FONT
size=2> y1/x1>.9) AND<FONT
color=#0000ff> (<FONT
size=2>H<FONT
size=2><Ref(<FONT
size=2>H<FONT
size=2>,-1) <FONT
size=2>AND<FONT
size=2> Ref(<FONT
size=2>H<FONT
size=2>,-1)<<FONT
size=2>Ref(<FONT
size=2>H<FONT
size=2>,-2) <FONT
size=2>AND<FONT
size=2> Ref(<FONT
size=2>H<FONT
size=2>,-2)<<FONT
size=2>Ref(<FONT
size=2>H<FONT
size=2>,-3))<FONT
size=2>AND<FONT
size=2> C<FONT
color=#0000ff>><FONT
size=2>MA(<FONT
size=2>C<FONT
size=2>,50<FONT color=#282828
size=2>);<FONT
face=Arial>
range=ATR(<FONT
size=2>14<FONT color=#0000ff
face=Arial>)*.75;
triggerl=(Ref(Long1,-<FONT
size=2>1) <FONT
size=2>AND<FONT
size=2> H<FONT
color=#0000ff>>(<FONT
size=2>L<FONT
size=2>+range) AND<FONT
color=#0000ff> <FONT
size=2>C<FONT
size=2>>Ref(<FONT
size=2>C<FONT
size=2>,-1<FONT color=#282828
size=2>));<FONT
face=Arial>
triggers=(Ref(Short1,-<FONT
size=2>1) <FONT
size=2>AND<FONT
size=2> L<FONT
color=#0000ff><(<FONT
size=2>H<FONT
size=2>-range) AND<FONT
color=#0000ff> <FONT
size=2>C<FONT
size=2><Ref(<FONT
size=2>C<FONT
size=2>,-1<FONT color=#282828
size=2>));
PlotShapes(triggerl, <FONT
color=#000000 size=2>colorBrightGreen<FONT
color=#282828 size=2>, 0<FONT
color=#282828 size=2>,<FONT color=#000000
size=2>C<FONT color=#282828
size=2>-ATR<FONT color=#282828
size=2>(1<FONT color=#282828
size=2>) );<FONT color=#0000ff
size=2>
PlotShapes(triggers*<FONT
color=#ff00ff size=2>2, <FONT
color=#000000 size=2>colorRed<FONT
color=#282828 size=2>, 0<FONT
color=#282828 size=2>,<FONT color=#000000
size=2>C<FONT color=#282828
size=2>+ATR<FONT color=#282828
size=2>(1<FONT color=#282828
size=2>) );
<FONT face=Tahoma
size=2>-----Original Message-----From: stevemajors
[mailto:stevemajors@xxxxxxxxx]Sent: Monday, August 11, 2003 2:47
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Pristine Trading Method testingHas any one written
systems to test the "Pristine" trading styles (Core, Swing, Gurrella
etc.)? Just checking if there if someone had already coded these
styles before I tried to code them. Any comments on there use would be
appreciated.ThanksSend
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
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
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
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|