PureBytes Links
Trading Reference Links
|
Shouldn't it be :
<FONT face="Times New Roman"
size=1> <FONT face="Geneva, Arial, Sans-serif"
size=2>Buy =
Cross
(10, StdErrOsc<FONT
face="Geneva, Arial, Sans-serif">);
Sell<FONT
size=2> = <FONT
face="Geneva, Arial, Sans-serif">Cross
(StdErrOsc, 90);
Thanks to HB for providing the code
translation:
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=kernish@xxxxxxxxxxxx
href="">CedarCreekTrading
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, July 16, 2003 11:24
AM
Subject: [amibroker] Please send unmarked
bills, in a brown paper bag, to: ...
Group,
I've stayed on the sidelines for the most recent
"shit-slinging". I thought I'd post an elementary approach to the
"Dow"...just so people could find another member to attach. Take your
best shots at the systems (I've been called all kinds of unflattening names
and I even like some of the "tags").
The system hasn't been optimized, tweaked, or
manipulated. All types of rules and filters could be super-imposed
(over, under or around the basics...simple is always better). As it
stands, it does a decent job tracking the CBOT Dow contract.
Thanks to HB for providing the code
translation:
// Standard Error Oscillator (Steve Karnish)
StdErrOsc = (C+<FONT
color=#ff00ff>2*StdErr(C,<FONT
color=#ff00ff>8)-MA(C,<FONT
color=#ff00ff>3))/(4*<FONT
color=#0000ff>StdErr(C,8))*<FONT
color=#ff00ff>100;
Plot<FONT
face="Geneva, Arial, Sans-serif">(StdErrOsc, <FONT
color=#ff00ff>"StdErrOsc", colorBlack,
styleLine);
Plot<FONT
face="Geneva, Arial, Sans-serif">(10,<FONT
color=#ff00ff>"",colorRed); <FONT
color=#0000ff>Plot(90,<FONT
color=#ff00ff>""<FONT
size=3>,colorRed);
Buy<FONT
size=2> = <FONT
face="Geneva, Arial, Sans-serif">Cross (<FONT
color=#ff00ff>10, C<FONT
face="Geneva, Arial, Sans-serif">);
Sell<FONT
size=2> = <FONT
face="Geneva, Arial, Sans-serif">Cross (C,
90);
Take care,
Steve
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.
<BLOCKQUOTE
><FONT
face="Courier New">---Outgoing mail is certified Virus
Free.Checked by AVG anti-virus system (<A
href="">http://www.grisoft.com).Version: 6.0.501
/ Virus Database: 299 - Release Date:
7/14/2003
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.
|