PureBytes Links
Trading Reference Links
|
Hello,
First of all the message you are getting does not come from
any AmiBroker component. Your assumption that it comes from
"active scripting" is also unlikely because "Common Language runtime" is a part of .NET
and .NET platform is NOT used by AmiBroker.
AmiBroker is NATIVE x86 binary Win32 application and does not use .NET or any "common language runtime".
A few word explanation about "active scripting":
Active scripting is JScript/VBScript engine that is NOT called unless
your formula uses
EnableScript:
http://www.amibroker.com/guide/afl/afl_view.php?id=45
If you want to re-install Windows Scripting Host (WSH) you can do this from Microsoft site:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/jsoriScriptRuntime.asp
But as I wrote you it is unlikely that this is WSH problem. More probable is that you
have a virus on your system.
If you still having problems contact SUPPORT at amibroker.com
with the formula you are using so we can check it in detail.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "David Nowotnik" <dnowotnik@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, May 30, 2005 11:09 PM
Subject: [amibroker] Re: Non-functioning backtester
> Joe,
>
> Thank you for responding to my question. I have tried changing
> symbols, and some parameters; to no avail. The fact that a few scrips
> work on my laptop (by working, I mean that they give me a list of
> trades, not necessarily that these trades are anything meaningful),
> and that all of them work on my PC suggests a system problem. The one
> line 'trade' I get with various -1.# numbers (I assume) is some sort
> of error code; that Amibroker generates while running Back Tester -
> then stops.
>
> When Amibroker starts, the startup message includes the
> statement "This program uses Microsoft active scripting
> technologies". I am working on the assumption that somehow
> the "active scripting technologies" on my laptop have somehow been
> corrupted (which is why I mentioned the message I get on starting
> XP), and I was hoping that someone else might have experienced this
> and could confirm it and tell me how to fix it.
>
> David
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Joe Landry" <jelandry@xxxx> wrote:
>> David -
>> I"ve never known the backtester to fail but have made many user
> miscues.
>>
>> Check to see what stock/issue you've got loaded in your current
> ticker window. Sometimes this
>> trips me up and I try to make sure my current ticker always has
> many bars of history, say IBM or an index.
>>
>> The other trouble shooting piece of advice "show me one that
> works"..or find a formula that works in backtest mode,
>> ...drop back to a very simple strategy that will work then you'll
> know if your settings are ok and the issue in the ticker
>> window has enough history.
>>
>> Hope this helps
>> JOE
>> ----- Original Message -----
>> From: David Nowotnik
>> To: amibroker@xxxxxxxxxxxxxxx
>> Sent: Monday, May 30, 2005 8:26 AM
>> Subject: [amibroker] Non-functioning backtester
>>
>>
>> Can anyone advise on the following problem? Backtest does not
> work;
>> instead, I get a one-line result with the 'value' -1.#J% in %
> change
>> (and similar -1.# values in some other fields).
>>
>> As more background, I'm using version 4.70.5 of Amibroker, set up
> on
>> a Dell laptop and a Gateway PC. The problem occurs on the laptop
> but
>> not on the PC; in other words, several scripts that work without
> a
>> problem on the PC do not work on the laptop. In back test, most
>> scripts that I use on my laptop do not work, but the odd one or
> two
>> still seem to work OK (and all work on the PC).
>>
>> I believe that that the problem may be related to a utilty that
>> Amibroker uses, as I get an error message on powering up my
> laptop,
>> which says...
>>
>> ===========================
>> NotifyAlert.exe - Common Language runtime debugging services
>> Application has generated an exception that could not be handled
>>
>> Process id=0xff0 (4080), Thread id=0xff4 (4084).
>>
>> Click OK to terminate the application
>> Click CANCEL to debug the application
>> ============================
>>
>> Click CANCEL, and this messages appears:
>> Registered JIT debugger is not available
>>
>> ============================
>>
>> As I primarily use Amibroker on the laptop, I'd rather fix the
>> problem than simply abandon the use of Amibroker on that system!
>>
>> David
>>
>>
>>
>>
>> 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 other support material please check also:
>> http://www.amibroker.com/support.html
>>
>>
>>
>>
>>
>> --------------------------------------------------------------------
> ----------
>> Yahoo! Groups Links
>>
>> a.. To visit your group on the web, go to:
>> http://groups.yahoo.com/group/amibroker/
>>
>> b.. To unsubscribe from this group, send an email to:
>> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>>
>> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
>
>
>
>
>
> 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 other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|