PureBytes Links
Trading Reference Links
|
Hello,
Automatic Analysis-Explore and Indicator Builder are crashing
with the following code-line after MS-Service-Pack 2 was installed:
X = 50 / ( HHV(C, 10) - LLV(C, 10) );
Are there some answers?
Rob
-------------------------------------------
Report:
--------
AmiBroker version 4.60.3
( cooltool.dll 4.60.3, mfc42.dll 6.2.4131, msvcrt.dll 7.0.2600 )
Microsoft Windows XP version 5.1 (Build 2600)
Service Pack 2.0
Common Controls: 6.0
Unhandled exception
Type: CSysException
Code: c000008e
Description: FLT DIVIDE BY ZERO
Address: 44a3a0
Line 1, Column 35:
X = 50 / ( HHV(C, 10)- LLV(C, 10));
---------------------------------^
(occurred during AFL formula execution)
AFL Parser status:
Processing stage: EXECUTE
Formula ID: 0 ()
Action 4 (EXPLORATION)
Additional information:
Number of stock loaded: 131
Currently selected stock: 965238
Number of quotes (current stock): 1576
Workspace:
Data source = (default), Data local mode = 0, NumBars = 1000
Preferences:
Data source = (local), Data local mode = 1, NumBars = 1000
Command history:
2828 - Shows Analyser - a tool to test systems & explore
market--Auto-Analyser
2946 - Edit formula of custom indicator
2828 - Shows Analyser - a tool to test systems & explore
market--Auto-Analyser
2783 - Preferences settings--Preferences
2946 - Edit formula of custom indicator
2783 - Preferences settings--Preferences
2946 - Edit formula of custom indicator
2832 - Import Metastock data--MetaStock import
2783 - Preferences settings--Preferences
Cache manager stats:
Number of list elements: 18
Number of map elements: 18
Hash table size: 5987
Memory status:
MemoryLoad: 64 %
TotalPhys: 523756K AvailPhys: 187592K
TotalPageFile: 1278164K AvailPageFile: 997072K
TotalVirtual: 2097024K AvailVirtual: 2036248K
Last Windows message:
HWnd: 0x3602a2
Msg: 0x0110
wParam: 0x00140216
lParam: 0x00000000
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|