PureBytes Links
Trading Reference Links
|
Hi Tomasz,
here is a script where the garbage collector makes problems:
// TSF_Bands
// based on code of TJ in amibroker-dll 3/23/2003
p = 12;
tsH = TSF(H,p);
tsL = TSF(L,p);
Plot(tsH + Stderr(H,p), "seH", colorWhite);
Plot(tsL - Stderr(L,p), "seL", colorYellow);
Plot(C,"C", colorRed);
Plot(TSF(C,p), "tsfC", colorBlue);
It omits plotting the Yellow and Blue plots.
But only if you press "Apply" on the Preferences/AFL tab.
cu
UM
----- Original Message -----
From: "Tomasz Janeczko" <tj@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, April 19, 2003 7:56 PM
Subject: [amibroker] In case of problem with 4.32.0 beta...
> Hello,
>
> In case you experience crash(es) with 4.32.0 beta
> you may try the following:
>
> Go to Tools->Preferences "AFL" tab
> and uncheck "Enable agressive garbage collection (experimental)"
>
> and see if this helps.
>
> BTW: if someone finds the formula that causes problems
> with this setting enabled I would appreciate sending the formula
> for checking to me.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/i5gGAA/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
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|