> Works fine where there has been High == Low, but when there hasn't 
> been, it returns 0 for all bars.
> 

NOT true. It returns NULL (empty) for all bars if condition is never met

See this:

Graph0=BarsSince(High==Low); 

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "Graham Johnson" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, January 29, 2008 8:31 AM
Subject: [amibroker] BarsSince giving unexpected result


> I'm wanting to test the number of bars since a security had equal High 
> and Low - seemed simple.
> 
> vTmp = BarsSince(High == Low);
> 
> Works fine where there has been High == Low, but when there hasn't 
> been, it returns 0 for all bars.
> 
> Is there a workaround, or should I be using a different function.
> 
> Thanks
> 
> Graham
> 
> 
> 
> Please note that this group is for discussion between users only.
> 
> To get support from AmiBroker please send an e-mail directly to 
> SUPPORT {at} amibroker.com
> 
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
> 
> For other support material please check also:
> http://www.amibroker.com/support.html
> 
> Yahoo! Groups Links
> 
> 
> 

Reply via email to