PureBytes Links
Trading Reference Links
|
hello,
I use four linked windows for four timeframes, each consists of 8
sheets. I created some indicator template which consists of price and
some overlayes/rescaled indicators and placed it onto four sheets in
every window. this template also uses JScript and many "general-type"
functions so that I can change type of function via parameters window.
It works OK but it works veryyyy slow. I have rewritten everything which
improved the speed of execution, but it is still kinda slow. The
database I use is composed of 10 symbols, over 260000 bars each.
My question is: if I rewrite everything again using AFL and creating
user defined functions for moving averages and many other indicators but
restricting those evaluations only to visible bars (plus some necessary
number of preceeding bars), and place everything in loops which
execution is restricted to visible bars -- will that improve overall
speed of execution?
I would appreciate any help and suggestion in that matter.
cheers,
BM
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/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/
|