PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx> wrote:
>
> Hello,
>
> No, it is a bug in your formula.
>
> Send the formula to support
> and we will fix your formula.
>
> By the way you are using OUTDATED version. Upgrade to 4.90 (at least).
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "george_siris" <george_siris@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Wednesday, August 01, 2007 10:52 AM
> Subject: [amibroker] Bug with Core Duo processors ?
>
>
> > Hi, just bought a new laptop with intel core duo processor.
> >
> > installed Amibroker and had a strange problem :
> >
> > everything is fine except Amibroker crashes all the time when i use a
> > personnal indicator (which works perfectly on another computer).
> >
> > crash report below :
> > AmiBroker version 4.80.2.4482
> > ( cooltool.dll 4.80.1, 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: c0000090
> > Description: FLT INVALID OPERATION
> > Address: 00430AA4
> >
> >
> > AFL Parser status:
> > Processing stage: NONE
> > Formula ID: 15 (Price)
> > Action 1 (INDICATOR)
> >
> > Additional information:
> >
> > Number of stock loaded: 1
> > Currently selected stock: EURJPY
> > Number of quotes (current stock): 30889
> >
> > Workspace:
> > Data source = (default), Data local mode = 1, NumBars = 1000
> >
> > Preferences:
> > Data source = (local), Data local mode = 1, NumBars = 1000
> >
> > Command history:
> > 6900 -
> > 2781 - Closes selected pane--Close pane
> > 2784 - Show information about the symbol--Symbol information
> > 2900 - Displays ASCII import wizard - suitable for beginner
> > users--Import Wizard
> > 2883 - Opens a new window for visual comparison of two different
> > symbols--New Window
> > 3164 - Select Symbol--Select symbol
> > 2820 - Adds a new symbol to a workspace--New symbol
> > 3164 - Select Symbol--Select symbol
> > 2885 - Create a new database directory--New database
> > 5010 -
> > 2885 - Create a new database directory--New database
> >
> > Cache manager stats:
> > Number of list elements: 1
> > Number of map elements: 1
> > Hash table size: 5987
> >
> > Memory status:
> > MemoryLoad: 48 %
> > TotalPhys: 1039724K AvailPhys: 538800K
> > TotalPageFile: 2500512K AvailPageFile: 2079416K
> > TotalVirtual: 2097024K AvailVirtual: 2033452K
> >
> > Last Windows message:
> > HWnd: 0x20bde
> > Msg: 0x0110
> > wParam: 0x00020bdc
> > lParam: 0x00000000
> >
> > It looks as if the error is caused by floating points calculations ?
> >
> > Anybody else having the same problem ?
> >
> > Patrick
> >
> >
> >
> > Please note that this group is for discussion between users only.
> >
> > To get 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
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
Hello,
No, I do not think it is a bug in my indicator because it works
perfectly on another computer.
I think the reason it does not work on the laptop is that my indicator
uses the WMA indicator.
I know it's really strange but when i want to put a WMA indicator in a
chart, it works for a few seconds then i get this message :
Price : Exception
Code : c0000090
Description : FLT INVALID OPERATION
Address : 0043CB14
_SECTION_BEGIN("WMA");
P=ParamField("Price field",-1);
Periods=Param("Periods",15,2,200,1,10);
Plot(WMA(P,Periods)
------------^
Error47
Exception occured during AFL formula execution at address:43CB14,
code:C0000090Use Edit Formula to correct error
Any clue ?
Patrick
Please note that this group is for discussion between users only.
To get 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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|