PureBytes Links
Trading Reference Links
|
Nate,
After your trading rules
Buy=
Sell=
add the
Filter=Equity()>17000;
AddColumn(Equity(),"Eq",1.2);
and explore the database for the last quotation of your selected
period.
DT
--- In amibroker@xxxx, "Dr. S. Nathan Berger" <snberger@xxxx> wrote:
> Hi, all
>
> When I run the backtest over my database with my favorite buy
system, then
> look at the Equity Curve, I notice a great number of candidates with
> valuations over, say, 17,000 (based on initial equity of 10,0000.
However,
> I have been selecting these by hand, scanning the database and
listing the
> symbols as I discover them. Is there a way I can have AB give me a
list of
> only those with an Equity curve value > x over y period of time?
>
> No reasonable offer of help refused!!
>
> Nate
|