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

Re: [amibroker] if statements with arrays



PureBytes Links

Trading Reference Links

hi,
 
LLV(x,20) is an array and x[Barcount - 1] is an element of an array.
 
You may compare elements with elements and arrays with arrays. When using arrays you need to use IIF (see manual)
 
rgds, Ed
 
 
 
 
----- Original Message -----
Sent: Sunday, May 04, 2008 2:44 PM
Subject: [amibroker] if statements with arrays

Hi Guys,

Thanks for answering my questions here. New to AFL and trying to move
over from C sharp...

Anyway, I know if() statements must evaluate to booleans... but I
can't quite see what's wrong with this,

x=volume;
if(x[BarCount-1]==LLV(x,20))
.... do something;

I'm getting an error regarding arrays and conditional statements for
the if() statement.

I can't see what's wrong right now.

Any thoughts..?

__._,_.___

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




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___