PureBytes Links
Trading Reference Links
|
Yes, I erred in my haste. Thanks for the correction.
I didn't even try out the buy/sell rules in Automatic Analysis. I
was doing this from the indicator builder.
HB
--- In amibroker@xxxxxxxxxxxxxxx, "CedarCreekTrading" <kernish@xxxx>
wrote:
> Bob,
>
> You, more than anyone, know that I'm a coding dolt. Since my
signals are
> taken from one of those "other" trading platforms...HB was kind
enough to
> supply me with the AB code (well, even if it's incorrect, I still
applaud
> his effort).
>
> I'll run all future formulae by you, before I "go public". Sorry
for the
> mistake.
>
> Take care,
>
> Steve
> ----- Original Message -----
> From: "Bob Jagow" <bjagow@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Wednesday, July 16, 2003 12:02 PM
> Subject: RE: [amibroker] Re: Please send unmarked bills, in a brown
paper
> bag, to: ...
>
>
> > Then code it that way 8-) -Bob
> > << it is what it is. I want to buy when the indicator crosses
below 10
> and
> > sell
> > when the StdErrOsc crosses above 90 (as illustrated by the
chart...I even
> > made pretty
> > little dotted lines for people that have trouble interpreting my
written
> > word).>>
> >
> >
> > -----Original Message-----
> > From: CedarCreekTrading [mailto:kernish@x...]
> > Sent: Wednesday, July 16, 2003 10:26 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: Re: [amibroker] Re: Please send unmarked bills, in a
brown
> > paper bag, to: ...
> >
> >
> > "Steve- If you want the buy rule to be: buy when the StdErrOsc
crosses
> > above 10 and the sell rule (exit long, NOT sell short) to be: sell
> > when the StdErrOsc crosses below 90, the last two lines of the
code
> > should be:"
> >
> > Mark,
> >
> > Thanks for the code tip....but, it is what it is. I want to buy
when the
> > indicator crosses below 10 and sell when the StdErrOsc crosses
above 90
> (as
> > illustrated by the chart...I even made pretty little dotted lines
for
> > people
> > that have trouble interpreting my written word).
> >
> > Many people have been "duped" by trend following nonsense and
rules.
> Don't
> > believe anything that you read in technical books. As one of the
most
> > famous system developers has stated: "These technical book
writers have
> > been sipping each other's bath water". All I can say is: AMEN
brother.
> >
> > Because of this anticipatory approach, the "en-gen-neers" tell me
that my
> > momentum, mean reversion, market approach tends to have positive
slippage.
> > Positive slippage is kind of counter-intuitive. It's a real
problem for
> > "trend following" and "break out" systems.
> >
> > Thanks for the input and take care,
> >
> > Steve
> >
> > ----- Original Message -----
> > From: "MarkF2" <feierstein@xxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Wednesday, July 16, 2003 11:09 AM
> > Subject: [amibroker] Re: Please send unmarked bills, in a brown
paper bag,
> > to: ...
> >
> >
> > > Steve- If you want the buy rule to be: buy when the StdErrOsc
crosses
> > > above 10 and the sell rule (exit long, NOT sell short) to be:
sell
> > > when the StdErrOsc crosses below 90, the last two lines of the
code
> > > should be:
> > >
> > > Buy = Cross (StdErrOsc, 10);
> > > Sell = Cross(90, StdErrOsc);
> > >
> > > If the sell short and cover rules are symmmetrical to the
above, you'd
> > > add:
> > >
> > > Short = Sell;
> > > Cover= Buy;
> > >
> > > Mark
> > >
> > >
> > > --- In amibroker@xxxxxxxxxxxxxxx, "CedarCreekTrading"
<kernish@xxxx>
> > > wrote:
> > > > 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+2*StdErr(C,8)-MA(C,3))/(4*StdErr(C,8))*100;
> > > >
> > > > Plot(StdErrOsc, "StdErrOsc", colorBlack, styleLine);
> > > >
> > > > Plot(10,"",colorRed); Plot(90,"",colorRed);
> > > >
> > > > Buy = Cross (10, C);
> > > >
> > > > Sell = Cross (C, 90);
> > > >
> > > > Take care,
> > > >
> > > > Steve
> > >
> > >
> > >
> > > Send BUG REPORTS to bugs@xxxx
> > > Send SUGGESTIONS to suggest@xxxx
> > > -----------------------------------------
> > > 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
> http://docs.yahoo.com/info/terms/
> > >
> > >
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > 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
http://docs.yahoo.com/info/terms/
> >
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > 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
http://docs.yahoo.com/info/terms/
> >
> >
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges & Refill Kits for Your HP at Myinks.com
Free shipping on orders $50 or more to the US and Canada.
http://www.c1tracking.com/l.asp?cid=5706&lp=home/hp.asp
http://us.click.yahoo.com/arYXfA/.xWGAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|