Dear TJ I've got error like this
______________________ Last Windows message: HWnd: 0x2a07c8 Msg: 0x0110 wParam: 0x000507ac lParam: 0x00000000 Detailed exception information: Broker.exe caused a EXCEPTION_ACCESS_VIOLATION in module AmiXTP.dll at 001B:67850C52, Ordinal4839()+9 byte(s) Call Stack: 001B:67850C52 AmiXTP.dll, Ordinal4839()+9 byte(s) 001B:6784697F AmiXTP.dll, Ordinal5265()+39 byte(s) 001B:73DD1B9B MFC42.DLL, Ordinal6374()+36 byte(s) 001B:73DD1B05 MFC42.DLL, Ordinal1109()+145 byte(s) 001B:73DD1A58 MFC42.DLL, Ordinal1578()+54 byte(s) 001B:73E6847D MFC42.DLL, Ordinal1579()+57 byte(s) 001B:7E418734 USER32.dll, GetDC()+109 byte(s) 001B:7E418816 USER32.dll, GetDC()+335 byte(s) 001B:7E4189CD USER32.dll, GetWindowLongW()+295 byte(s) 001B:7E4196C7 USER32.dll, DispatchMessageA()+15 byte(s) 001B:73DD125A MFC42.DLL, Ordinal5307()+60 byte(s) CPU Registers: EAX=00000016 EBX=67850C49 ECX=00000000 EDX=73EB0378 ESI=00000000 EDI=01D3FF70 EBP=000204BE ESP=0052FEC4 EIP=00000202 FLG=00010202 CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000 What does this means? Thanks Veronika _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Edward Pottasch Sent: Thursday, November 13, 2008 11:57 PM To: [email protected] Subject: Re: [amibroker] Coding Question if xx is the array that contains true/false values and the last value is true then the previous true value is LastValue(Ref(BarsSince(xx),-1)) + 1 bars back. regards, Ed ----- Original Message ----- From: sidhartha70 To: [EMAIL PROTECTED] <mailto:amibroker%40yahoogroups.com> ps.com Sent: Thursday, November 13, 2008 5:14 PM Subject: [amibroker] Coding Question Hi All, Hopefully simple coding question that seems to be foxing me briefly... I have an array who's value is true on the current bar. I want to find how many bars back the prior occurence of 'true' was. The array is only every true or false... I thought this would work, x = HighestSinceBars(True,y,2); Where y is the array in question.... But it doesn't seem to be working. Any ideas...? TIA
