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

Re: [amibroker] Why does this IF error ?



PureBytes Links

Trading Reference Links



foreign returns an array.
 
so you have to chose an element like fc[ 0 ] or lastvalue(fc)
 
 
 
----- Original Message -----
From: gmorlosky
Sent: Thursday, May 07, 2009 6:15 PM
Subject: [amibroker] Why does this IF error ?

I get an error about not being numeric for line # 2 below which I // out. Why is "if (fc > 20)" not valid ?

fc = Foreign( symbol, "C" );
// if (fc > 20)
if( ! IsNull( fc[ 0 ] ) )
{
Plot( 100 * ( fc - fc[ fvb ] )/ fc[ fvb ], symbol, colorLightOrange + ( (2*i) % 15 ), styleLine );
}
// }



__._,_.___


**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/





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

__,_._,___