PureBytes Links
Trading Reference Links
|
Stephane,
Your stop isn't what I'm after because I'd be trailing by a constant
amount. What I want to backtest is the effect of manually moving my
stop at the end of each trading day to be just under the low of the
day.
I didn't understand the second part of your message about rem.dll in
3rd party (??). What are rem.dll and 3rd party?
Dan
-- In amibroker@xxxxxxxxxxxxxxx, "Stephane Carrasset"
<nenapacwanfr@xxxx> wrote:
> have you tried
> ApplyStop( stopTypetrail, stopModePoint, BuyPrice - Ref( Low, -
1 ) ,
> True );
> if it is not your wish, try rem.dll in 3rd party
>
>
> stephane
>
> <danielwardadams@xxxx> wrote:
> > I'm having problems with something I suspect is very simple. I
want
> > to backtest by (manually) changing my stop to be some offset from
> the
> > previous day's low (trading long only). So, it's not trailing by
> some
> > offset off the current high. Also, it's not a safety stop set as
a
> > function of the entry price.
> >
> > I've tried about every every combination of ApplyStop parameters
> and
> > can't seem to achieve the result I want.
> >
> > If I try to implement it as an intraday sell rule, how do I
> reference
> > intraday current prices on a daily backtest?
> >
> > Like I say, I suspect it's simple.
> >
> > TIA.
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/
|