PureBytes Links
Trading Reference Links
|
Yuki,
Yes of course:
amount = Optimize("amount of prev. range", 0.5, 0.1, 1.0, 0.1 );
Stoplevel = Open + amount * Ref( H - L, -1 );
Buy = High >= StopLevel;
BuyPrice = StopLevel;
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Yuki Taga" <yukitaga@xxxxxxxxxxxxx>
To: "Tomasz Janeczko" <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, February 17, 2003 11:01 AM
Subject: Re: [amibroker] need a buystop reference
> Thanks very much, Tomasz.
>
> Can I try to optimize that setting, running through iterations of
> 0.1, for example?
>
> Monday, February 17, 2003, 6:50:09 PM, you wrote:
>
> TJ> Stoplevel = Open + 0.5 * Ref( H - L, -1 );
>
> TJ> Buy = High >= StopLevel;
> TJ> BuyPrice = StopLevel;
>
> Best,
>
> Yuki
>
> mailto:yukitaga@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/
>
>
>
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/
|