| 
 PureBytes Links 
Trading Reference Links 
 | 
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@xxxxxxxxxxxxxxx>
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/ 
> 
> 
> 
 
 |