PureBytes Links
Trading Reference Links
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings Glen,
WRT looking into the future.
Say there exists a day that opened at the High, and closed at the Low (common
enough). Further, you are using Random() modified prices for both Buy and
Sell.
Then on a single bar trade, you might end up with BuyPrice=L+smallValue and
SellPrice=L+largerValue. Which would mean you open a long position, by
buying in the afternoon, after you closed the position in the morning.
Gee, I *wish* I could do that!!
- --
Nigel
On Sat, 6 Mar 2004 14:51, Glenn wrote:
> Thanks Nigel,
>
> ...about looking into the future, how would that be using:
>
> BuyPrice = L + (H-L)*Random();
>
> Cheers Glenn
>
> --- In amibroker@xxxxxxxxxxxxxxx, Nigel Rowe <rho@xxxx> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Greetings Glen,
> > try....
> >
> > BuyPrice = L + (H-L)*Random();
> >
> > But watch out you don't end up looking into the future!
> >
> > - --
> > Nigel
> >
> > On Sat, 6 Mar 2004 06:13, Glenn wrote:
> > > Hi,
> > >
> > > I would like to backtest using a random price between the High
>
> and
>
> > > the Low price instead of my normal Open price.
> > >
> > > How can you do this please?
> > >
> > > Cheers Glenn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFASXDiBbmcM2pfckkRAkoaAKCJp7VZjqPMsI6IWhUsntRbzJ+6bwCg16CS
6GO2WykRldbx60oWGC8P1Mw=
=OQTh
-----END PGP SIGNATURE-----
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|