--- In [email protected], "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > Actually it is covered fully in the User's Guide: > http://www.amibroker.com/guide/h_understandafl.html
Yes, I've read that section of the User's Guide. It is very helpful, but it does not cover what I have termed "the execution model". By that I mean exactly when, and exactly how many times, is AFL code executed with respect to: a) existing historical bars b) streaming realtime bars c) any special cases that result in re-execution of the AFL d) any other sort of trigger than might be involved I would add to that the questions of how/when variables/arrays are instantiated, how their types are determined at creation, and what explicit and implicit conversions are part of AFL execution. Thus the word "fully" takes on a broader meaning ... ;^)
