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:
amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Edward Pottasch
Sent: Thursday, November 13, 2008
11:57 PM
To: amibroker@xxxxxxxxxxxxxxx
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: amibroker@xxxxxxxxxps.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
__._,_.___
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
*********************************
__,_._,___