PureBytes Links
Trading Reference Links
|
I forgot to ask giving another example:
would statements:
1. LastValue(Highest(array))
2. LastValue(Highest(array)*Status("barvisible"))
run through all bars or only through SetBarsRequired bars?
cheers,
BM
Tomasz Janeczko wrote:
>
> Hello,
>
> 1. Rewrite everything to AFL if possible.
> AFL loops are 10 times faster than JScript.
> AFL array processing is even faster (upto 100 faster than JScript)
>
> 2. Yes restricting execution to visible bars is essential.
> You should check SetBarsRequired function.
>
> Essentially, things like you describe should be flying very fast
> if properly coded.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "groups" <groups@xxxxxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Wednesday, December 08, 2004 11:17 PM
> Subject: [amibroker] it is OK, but very slow
------------------------ 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/
|