PureBytes Links
Trading Reference Links
|
Thanks
Anthony,
<FONT face=Arial color=#0000ff
size=2>
Here
are some additional symbols to use it on to compare with QQQ...
you
might find interesting...
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>LM PLT ORLY CY
DCI LRCX NMGA SNDK
ET
<FONT face=Arial color=#0000ff
size=2>SLVN KLAC CSCO PKI
NTAP FD VRTS JBL
DG RSH TIF
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>ES,<FONT face=Arial
color=#0000ff size=2> NQ, and ^N225 also
shown Daily
<FONT face=Arial color=#0000ff
size=2>
Group
Thoughts?
<FONT face=Arial color=#0000ff
size=2>
OBTW
Happy Holidays ...
<FONT face=Arial color=#0000ff
size=2>
Mr
Valley
<FONT face=Tahoma
size=2>-----Original Message-----From: Anthony Faragasso
[mailto:ajf1111@xxxxxxxx]Sent: Friday, November 21, 2003 2:20
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
any karnish watchers out there? QQQ-StoRSI
confirmationDave,Here is a QQQ trading
system....give it a try.//QQQ trading
systemStochRsi=EMA((RSI(8)-LLV(RSI(8),8))/(HHV(RSI(8),8)-LLV(RSI(8),8)),3)*100;Buy=Cross(17,StochRsi)
AND ADX(14) > 20 AND RSI(4)<50;Sell=Cross(StochRsi,83)AND
ADX(14) > 13 AND
RSI(4)>50;Short=Sell;Cover=Buy;Filter=1;AddColumn(Buy,"buy");Plot(Stochrsi,"",4,1);Plot(17,"",5,1);Plot(83,"",5,1);Anthony-----
Original Message ----- From: "Dave Merrill"
<dmerrill@xxxxxxx>To: <amibroker@xxxxxxxxxxxxxxx>Sent:
Friday, November 21, 2003 11:22 AMSubject: [amibroker] any karnish
watchers out there? QQQ-StoRSI confirmation> if you've been
checking out the Uncle Steve Live show on Paltalk (Business> and
Finance/Teach-Talk-Trade), he's been talking up StoRSI(8, 8, 3) as
away> to trade QQQ. I don't want to argue with him, but I don't get
great or> consistent results with it, so I wanted to check my results
and AFL with> someone else.>> here are my QQQ StoRSI
results, trading at next day's open w 1%> commission/slippage, no
stops:>> 99: 0.25 %> 00: 106.15 %> 01:
-38.58 %> 02: -37.47 %> 03: 21.29
%>>> here's the code I used; please confirm that
too:>> r = RSI(8);> StoRSI = EMA( (r - LLV(r, 8) ) / (
(HHV(r, 8) ) - LLV(r, 8) ), 3) * 100;> buy = cover = Cross(13,
StoRSI);> sell = short = Cross(StoRSI, 87);>> (ideally,
you'd add to your position each time you got another cross w/oan>
intervening reverse signal. can't do that in AB, so I
didn't.)>>> is this what others see? is the AFL correct?
any other comments or> corrections? what's wrong w this
picture?>> dave>>>> Send BUG REPORTS
to bugs@xxxxxxxxxxxxx> Send 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 <A
href="">http://docs.yahoo.com/info/terms/>>>---Outgoing
mail is certified Virus Free.Checked by AVG anti-virus system (<A
href="">http://www.grisoft.com).Version:
6.0.542 / Virus Database: 336 - Release Date: 11/18/2003Send
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.
Attachment:
QQQ Chart.png
Description: PNG image
Attachment:
^N225 Chart.png
Description: PNG image
Attachment:
KLAC Chart.png
Description: PNG image
Attachment:
CSCO Chart.png
Description: PNG image
Attachment:
NTAP Chart.png
Attachment:
Description: "Description: PNG image"
Attachment:
Description: "NQ Chart.png"
Attachment:
Description: "Attachment:"
Attachment:
Description: "Description: PNG image"
Attachment:
Description: "ES Chart.png"
Attachment:
Description: "Attachment:"
Attachment:
Description: "Description: PNG image"
|