[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Re: % after buy with Exploration



PureBytes Links

Trading Reference Links

Hello,

All these figures are available from back-testing report
(click "Report" after doing back test)

Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com


----- Original Message ----- 
From: "Tom Supera" <tom_supera@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, September 16, 2001 7:03 PM
Subject: Re: [amibroker] Re: % after buy with Exploration


> 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@xxxxxxxxxxxxxxx>
> 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/
> >
> >
> 
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>