PureBytes Links
Trading Reference Links
|
Roy,
Oops, I was talking system development in general, not to the
specific clayburg discussion in progress.
Yes, forward looking is not good. I am refering to for example, you
have a signal, ie MA crossover, but instead of acting on that signal
you delay entry to have a confirmation condition filled to validate
the first signal. So the correct thing to check for the first
condition using historical data. Ref( "condition",-3) for example.
ie the current bar closes above the first signal after a determined
amount of time.
The advantage being less whipsaws, but disadvantage being delay of
entry on a valid MA crossover that could have produced a larger
profit on this specific trade. The delay of entry to prevent whipsaws
can produce better results than the basic system over time. Whatever
that basic system is. Less trades taken until a new trend begins sort
of thing.
I suppose I am suggesting developers shoud experiment with time delay
to allow for additional condititions being met as enhancements to the
basic systems provided with metastock and available in most books.
Instead of this condition, that condition, all being true today.
Chris
TE user.
--- In Metastockusers@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxxx>
wrote:
> Chris
>
> > Very good advice. This is a good way to code a confirmation to
your
> > entry signal to prevent whipsaws. Drawback is a delay in entry
when
> > you are right...
>
> I don't see any such drawback. The same information is always
available at
> the hard right edge no matter how you code your formulas. An
indicator (or
> expert) using a forward reference will not display up to the hard
right edge
> of your chart. The problem with forward references on historical
data is
> that MetaStock allows access to data beyond what should it should
regard as
> the hard right edge. The System Tester (not sure about 8.01) also
allows
> access to future data but the Explorer will not. As soon as you put
a
> forward reference into your exploration you'll get N/A results.
>
> Roy
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|