[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] In case of problem with 4.32.0 beta...



PureBytes Links

Trading Reference Links

interesting happening....I just installed 4.3.2.1 Beta and my indicator as
follows disappears on the chart...here is the code

x=MA(((H+L)/2),5)-MA(((H+L)/2),34);
bot=Cross(x,BBandBot(x,34,1));
top=Cross(BBandTop(x,34,1),x);
Filter=top OR bot;
Plot(x,"Elliott Osc",IIf(x>Ref(x,-1),5,4),2);

when I uncheck the "Garbage...." checkbox, the indicator is once again
charted - if I check it - it disappears  once again.

Thanks,
Nurudin

-----Original Message-----
From: Tomasz Janeczko [mailto:tj@xxxxxxxxxxxxx]
Sent: Saturday, April 19, 2003 15:09
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] In case of problem with 4.32.0 beta...


Hello,

Thank you.
I have just posted BUG FIXED version 4.32.1

Happy Easter!

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Uenal Mutlu" <uenal.mutlu@xxxxxxxxxxx>
To: <bugs@xxxxxxxxxxxxx>
Sent: Saturday, April 19, 2003 8:39 PM
Subject: Fw: [amibroker] In case of problem with 4.32.0 beta...


>
> ----- Original Message -----
> From: "Uenal Mutlu" <uenal.mutlu@xxxxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Saturday, April 19, 2003 8:38 PM
> Subject: Re: [amibroker] In case of problem with 4.32.0 beta...
>
>
> > 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
>
>
>


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/




------------------------ 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/