PureBytes Links
Trading Reference Links
|
Run the Exploration and then hit "Report"
You will have there Overall Performance summary and Performance and
Trade list per stock.
D. T.
--- In amibroker@xxxx, "Tom Supera" <tom_supera@xxxx> wrote:
> Hi,
> Thanks for your prompt answer.
>
> I have another question:
> How can i realize that for each stock:
>
> Total number of trades:
> Percent profitable:
> Number winning trades:
> Number losing trades:
>
> ----- Original Message -----
> From: <TSOKAKIS@xxxx>
> To: <amibroker@xxxx>
> Sent: Sunday, September 16, 2001 6:27 PM
> Subject: [amibroker] Re: % after buy with Exploration
>
>
> > COND1=CROSS(STOCHD(),30);/*Your buy condition*/
> > BUY=COND1;
> > FILTER=REF(BUY,-3);/*A buy occurred before 3 days*/
> > NUMCOLUMNS=1;
> > COLUMN0=ROC(C,3);/*Your roc*/
> > SELL=FILTER;
> >
> > --- In amibroker@xxxx, "Tom Supera" <tom_supera@xxxx> wrote:
> > > Hi,
> > > I want to see the price change in percent,
> > > 3 days after my buy signal.
> > > How can I realize it with exploration?
> > >
> > > Can anyone help me.
> > >
> > > Thanks
> > > Tom Supera
> >
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
|