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

Re: "lastbar exit" stopped working in 3.68Beta?



PureBytes Links

Trading Reference Links

Thank you for your prompt reply.

But when you exit at the last bar, it's not an open position any
more. It's a closed trade. Thus, it should be reported as Total
number of trades and Open position gain/loss be reported as zero in 
AmiBroker System Test Report Overall performance summary, should it 
not?

sincerely, 


--- In amibroker@xxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
> Hello,
> 
> There is no need for last bar exit anymore in v3.65 and higher
> since AmiBroker reports open positions in the trade list.
> 
> Best regards,
> Tomasz Janeczko
> ===============
> AmiBroker - the comprehensive share manager.
> http://www.amibroker.com
> 
> 
> ----- Original Message ----- 
> From: <qqqqq_99999_qqqqq@xxxx>
> To: <amibroker@xxxx>
> Sent: Friday, August 24, 2001 7:27 PM
> Subject: [amibroker] "lastbar exit" stopped working in 3.68Beta?
> 
> 
> > 
> > I installed 3.68 Beta and "lastbar exit" seemed to stop working.
> > 
> > barnumber = cum( 1 );
> > lastbar = barnumber == lastvalue( barnumber );
> > buy = datenum() == 1010801;
> > sell = lastbar;
> > 
> > Total number of trades should be one, not zero and there should 
not 
> > be Open position gain/loss.
> > 
> > Subsequently, all the related statistics seems to be messed up 
> > because of that.
> > 
> > Am I doing anything wrong?
> > 
> > sincerely,
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > Your use of Yahoo! Groups is subject to 
http://docs.yahoo.com/info/terms/ 
> > 
> > 
> >