PureBytes Links
Trading Reference Links
|
Owen,
ExRem helps only if you already have a sell rule.
In other cases (when you want for example to sell after N-days)
you should use ExRemSpan.
For example sell after 5 days from entry.
sell = Ref( ExRemSpan( buy, 5 ), -5 );
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Owen Davies" <owen5819@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, September 27, 2002 2:48 PM
Subject: Re: [amibroker] A minor (or maybe not so minor) request
> Upon reading my request for a BarsSince(Entry) function, Jayson asked:
>
> > Owen,
> > could you use exrem to solve this?
>
> Now that you mention it, probably. I'll give it a try.
> (Odd. It seems to me there once was a time when
> that sort of thing would have occurred to me.)
>
> Many thanks.
>
> Owen
>
>
>
> 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/
>
>
>
|