PureBytes Links
Trading Reference Links
|
Hi,
I was running the example batch backesting program changed to my local
directory. When it got to the end Amibroker came out with the
following error before it could report out to html.
Is this a bug in the 4.50 program or could it be something in the
example code?
Thanks
--
Alan
===============
AmiBroker version 4.50.11
( cooltool.dll 4.50.10, mfc42.dll 6.0.8665, msvcrt.dll 7.0.2600 )
Microsoft Windows XP version 5.1 (Build 2600)
Service Pack 1.0
Common Controls: 6.0
Unhandled exception
Type: CSysException
Code: c0000005
Description: ACCESS VIOLATION
Address: 77f69ecd
WriteIf( relwidth > 40, "The large width of the bands suggest high
volatility as compared to " + tname + "'s normal range. Therefore,
the probability of volatility decreasing and prices entering (or
remaining in) a trading range has increased for the near-term. "+
"The bands have been in this wide range for " +
WriteVal(BarsSince(Cross(relwidth,40)),1.0) + " bars.The probability
of prices consolidating into a less volatile trading range increases
the longer the bands remain in this wide range." ,"");
"\nThis commentary is not a recommendation to buy or sell. Use at your
own risk.";
----------------------------------------------------------------------------------^
(occurred during AFL formula execution)
AFL Parser status:
Processing stage: NONE
Formula ID: 0 ()
Action 5 (BACKTEST)
Additional information:
Number of stock loaded: 7421
Currently selected stock: AGG
Number of quotes (current stock): 2990
Workspace:
Data source = (default), Data local mode = 0, NumBars = 250
Preferences:
Data source = (local), Data local mode = 1, NumBars = 1000
Command history:
2828 - Shows Analyser - a tool to test systems & explore
market--Auto-Analyser
Cache manager stats:
Number of list elements: 719
Number of map elements: 719
Hash table size: 5987
Memory status:
MemoryLoad: 41 %
TotalPhys: 1572336K AvailPhys: 914236K
TotalPageFile: 1626556K AvailPageFile: 1119692K
TotalVirtual: 2097024K AvailVirtual: 1969720K
Last Windows message:
HWnd: 0x3e0140
Msg: 0x0110
wParam: 0x007b0102
lParam: 0x00000000
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|