Hi, Shouldn't it just be LLL=llv(low,24); Regards, Neil Wrightson.
_____ From: [email protected] [mailto:[email protected]] On Behalf Of dingl2008 Sent: Sunday, 3 January 2010 6:37 AM To: [email protected] 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! ... LLL = ValueWhen(L==LLV(Low, 24),Low,1); HHH = ValueWhen(H==HHV(High, 24),High,1); ... D
