PureBytes Links
Trading Reference Links
|
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
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/
|