PureBytes Links
Trading Reference Links
|
Hi Dimitri!
No problem! It is depending on the number of data you are running
this formula against... I had EOD-Data of ^DJI back to 08/18/1980 on
the screen when I applied it! Barcount is ~ 5800. Within 2 loops the
function IIR2 is called 100 times each to calculate values of all
the 5800 bars. And function LastValue is called 200 times using
functions SUM.
Someone wants to get rid of his/her used cray (supercomputer)?
regards
enzo
--- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS"
<TSOKAKIS@xxxx> wrote:
> enzo,
> I am sorry for this trouble.
> I use the code in my v.4.62.1 without any problem and my machine
is
> by far slower than yours of course !!
> Dimitris
> --- In amibroker@xxxxxxxxxxxxxxx, "enzo" <herrfrechdax@xxxx> wrote:
> > Hi Stepane and Tomasz,
> >
> > this is interesting, because I actually did exactly the same: I
> used
> > Dimitri´s code (mail 71097 not 71077) to find out what it is
doing.
> > scrolling the timeframe of the concerning pane took a long time
> > then, it used 100% of my puters resources (512 MB RAM, CPU 2
GHz)
> > and suddenly AB was shot down unexpected.
> >
> > unfortunately all the indicators I created and "safed" before
where
> > lost. It looks like this formula is very intensive calculating
and
> > cpu-consuming. maybe, iz better to check a formula that is
> published
> > here before using it. Or close AB down before running it. Thats
> what
> > I am doing now, after each indicator that I create I exit
amibroker
> > to make sure my work is saved.
> >
> > Is there another procedure to save custom-built indicators, so
they
> > are still there after an unexpected program-crash?
> >
> >
> > enzo
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "s.carrasset"
<s.carrasset@xxxx>
> > wrote:
> > > hello, Tomasz.
> > >
> > > it can happens ( rarely ^_^) that I get a "displeasure" with
> > amibroker.
> > > where can I send it , here or support?
> > > for ex the last one:
> > >
> > > if I write or paste a code with many loops (with no error
> > inside) like
> > > the last one parabolic code of Dimitri in message 71077.
> > >
> > > Amibroker becomes very slow to open the symbol workspace even
if
> i
> > close
> > > the code's window on the displayed chart pane.
> > >
> > > stephane
------------------------ 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/
|