PureBytes Links
Trading Reference Links
|
Thanks for the clarification.
cheers
---
Giuseppe
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> EasyLanguage performs IMPLICT loop (hidden from the user thus non-
controllable, iterating
> the formula as many times as there are bars).
> This implict loop among other things makes EasyLanguage way slower
than AFL, but allows EntryPrice
> constant.
>
> AFL is different because it has NO implict loop that you can not
control in any way.
>
> Instead it allows YOU to choose if you want loop for given task or
> if you can achieve what you need with ARRAY PROCESSING:
>
> http://www.amibroker.com/guide/h_understandafl.html
>
> Some applications need looping some not. If you need "EntryPrice"
you may either
> use loop as in the example I provided or use ApplyStop which
handles lots of exit scenarios
> based on entry price.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/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/
|