PureBytes Links
Trading Reference Links
|
Stephane,
The recent Fvar code
http://finance.groups.yahoo.com/group/amibroker/message/71097
takes around 15sec for a ^N225 chart.
Due to the
for(k=0;k<tmax-3;k++)
line, the bars from the most recent peak/trough affect the speed of
the execution. The last ^N225 peak was 15 bars ago, it means the main
parabolic loop is repeated 12 times.[If the last peak was 50 bars
ago, then the delay would be increased...].
But, it is 15sec, not 15min or 15h !!
My machine is nothing special, a PIII/800 with 64MB RAM to run
v4.62.1 on a W98 platform.
Unfortunately I can not reproduce the problem you describe.
Dimitris
--- 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/
|