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

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


  • Date: Sun, 3 Jan 2010 17:27:29 +1100
  • From: "Neil Wrightson" <neilw@xxxxxxxxxx>
  • Subject: RE: [amibroker] what's wrong with the code?

PureBytes Links

Trading Reference Links



Hi,
 
Shouldn't it just be LLL=llv(low,24);
 
Regards,

Neil Wrightson.



From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of dingl2008
Sent: Sunday, 3 January 2010 6:37 AM
To: amibroker@xxxxxxxxxxxxxxx
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

__,_._,___