PureBytes Links
Trading Reference Links
|
How does this PRISTINE indicator work? I
placed it in an indicator window, and only see HKW-PRISTINE in
the upper left hand corner. I am not experienced enough yet to tell by reading
the code whether this is a type of indicator that is
designed to suddenly show up in the indicator window when, and only when ,
the buy setup condition is met for the particular symbol that you happen
to be viewing. Should I be seeing something being displayed at
all times? Have you made a scan for this? I can make only a
limited # of types of scans right now. Ron D
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Jayson
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, August 12, 2003 3:59
PM
Subject: RE: [amibroker] Re: Pristine
Trading Method testing
<SPAN
class=433142920-12082003>Dimitris,
<SPAN
class=433142920-12082003>
The
setup essentially looks for entry after a counter move against the trend. I
used the 20 and 50 ma to determine the general direction then look to the
spread of the 2 to determine strength. I then look for a series of lower lows
or higher highs, a large candle and a move in the direction of the trend. You
may wish to adjust my definition of a large candle and my definition of a
viable spread. The concept works fairly well on orderly stocks with strong
institutional ownership and helps you to follow the accumulation or
distribution the big guys force on the stock. I spent some time working with
the discipline and found it to offer better opportunities on the long
side but it still requires the user to make the ultimate buy/sell decision
based on additional criteria. Not the grail, but perhaps you can do something
with it.........
<SPAN
class=433142920-12082003>
Regards,
Jayson
//
place the code in the top of the built in price plot or or add to a custom
price plot.//
<FONT
face=Arial>
x=(MA(<FONT
size=2>C<FONT
size=2>,20)<<FONT
size=2>Ref(MA<FONT
size=2>(C<FONT
color=#0000ff>,<FONT
size=2>20),-<FONT
size=2>10<FONT face=Arial
color=#0000ff>));
y=(MA(<FONT
size=2>C<FONT
size=2>,50)<<FONT
size=2>Ref(MA<FONT
size=2>(C<FONT
color=#0000ff>,<FONT
size=2>50),-<FONT
size=2>10<FONT face=Arial
color=#0000ff>));
rng=(MA(<FONT
size=2>C<FONT
size=2>,20)-<FONT
size=2>MA(<FONT
size=2>C<FONT
size=2>,50))/<FONT
size=2>MA(<FONT
size=2>C<FONT
size=2>,20<FONT color=#282828
size=2>);<FONT
face=Arial>
Short1=(x AND<FONT
color=#0000ff> y) <FONT
size=2>AND<FONT
size=2> (L<FONT
color=#0000ff>><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
size=2>AND<FONT face=Arial
color=#0000ff> rng<-.05;
x1=(MA(<FONT
size=2>C<FONT
size=2>,20)><FONT
size=2>Ref(MA<FONT
size=2>(C<FONT
color=#0000ff>,<FONT
size=2>20),-<FONT
size=2>10<FONT face=Arial
color=#0000ff>));
y1=(MA(<FONT
size=2>C<FONT
size=2>,50)><FONT
size=2>Ref(MA<FONT
size=2>(C<FONT
color=#0000ff>,<FONT
size=2>50),-<FONT
size=2>10<FONT face=Arial
color=#0000ff>));
long1=(x1 AND<FONT
color=#0000ff> y1) <FONT
size=2>AND<FONT
size=2> (H<FONT
color=#0000ff><<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
size=2>AND<FONT face=Arial
color=#0000ff> rng>.05;
range=ATR(<FONT
size=2>14<FONT face=Arial
color=#0000ff>)*.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
color=#0000ff>
triggers=(Ref<FONT
size=2>(Short1,-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: DIMITRIS TSOKAKIS
[mailto:TSOKAKIS@xxxxxxxxx]Sent: Tuesday, August 12, 2003 2:08
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
Pristine Trading Method testingJayson,In your
x/y>.9 you divide by zero and this may cause some further confusion. On
the other side, before this, you ask (x AND y), which implies x==1 AND
y==1, ie x/y to be equal to 1. After this, what is the meaning of
x/y>.9 ?Dimitris Tsokakis --- In amibroker@xxxxxxxxxxxxxxx,
"Jayson" <jcasavant@xxxx> wrote:> 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....> >
Regards,> Jayson> > > >
x=(MA(C,20)<Ref(MA(C,20),-10));>
y=(MA(C,50)<Ref(MA(C,50),-10));> Short1=((x AND y) AND x/y>.9)
AND (L>Ref(L,-1) AND Ref(L,-1)>Ref(L,-2) AND>
Ref(L,-2)>Ref(L,-3))AND C<MA(C,50);>
x1=(MA(C,20)>Ref(MA(C,20),-10));>
y1=(MA(C,50)>Ref(MA(C,50),-10));> long1=((x1 AND y1) AND
y1/x1>.9) AND (H<Ref(H,-1) AND Ref(H,-1)<Ref(H,-2)> AND
Ref(H,-2)<Ref(H,-3))AND C>MA(C,50);> range=ATR(14)*.75;>
triggerl=(Ref(Long1,-1) AND H>(L+range) AND C>Ref(C,-1));>
triggers=(Ref(Short1,-1) AND L<(H-range) AND C<Ref(C,-1));>
> PlotShapes(triggerl, colorBrightGreen, 0,C-ATR(1) );>
PlotShapes(triggers*2, colorRed, 0,C+ATR(1) );> > -----Original
Message-----> From: stevemajors [mailto:stevemajors@xxxx]> Sent:
Monday, August 11, 2003 2:47 PM> To: amibroker@xxxxxxxxxxxxxxx>
Subject: [amibroker] Pristine Trading Method testing> > >
Has 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.> >
Thanks> > > >
Yahoo! Groups
Sponsor>
ADVERTISEMENT> > > > > Send BUG REPORTS to
bugs@xxxx> Send SUGGESTIONS to suggest@xxxx>
-----------------------------------------> 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 Yahoo! Terms of
Service.Send 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.
Send
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
ADVERTISEMENT
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.
|