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

Re: [amibroker] what's wrong with the code?


  • Date: Sat, 2 Jan 2010 20:11:16 -0800 (PST)
  • From: Rick Osborn <ricko@xxxxxxxxxx>
  • Subject: Re: [amibroker] what's wrong with the code?

PureBytes Links

Trading Reference Links



try removing the space between the double equal signs, as in
LLL = ValueWhen(L==LLV(Low, 24),Low,1);
 
Best Regards
Rick Osborn



From: dingl2008 <lasallewashington@xxxxxxxxx>
To: amibroker@xxxxxxxxxxxxxxx
Sent: Sat, January 2, 2010 2:36:45 PM
Subject: [amibroker] what's wrong with the code?

 

Hi, guru's,

I'd like to get highest and lowest value during last 24 bars. But the code below is not working properly. Anyone can see what's wrong with the code? thanks and happy new year&#65281;

....
LLL = ValueWhen(L= =LLV(Low, 24),Low,1);
HHH = ValueWhen(H= =HHV(High, 24),High,1);
...

D



__._,_.___


**** 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

__,_._,___