PureBytes Links
Trading Reference Links
|
Hello,
I have been writing some AFL that reads and writes files into folders
that are tagged with the ChartID() in the name of each. I have
noticed that whenever I apply an edit to the AFL of my chart, the AFL
runs through one pass (for error checking and "compilation") with the
ChartID() returning zero. Then the normal ChartID() is returned
after that. I have gone through some pains to reduce the side
effects of this which is creating extra folders and files and reading
bad information into my chart static variables on this first pass. I
check for ChartID()==0 and disable writing critical information and
dummy up other critical file read information during that pass.
I am curious if others have run into this and how you handled it. I
am also curious if this is the "designed in" behavior or an
unexpected behavior.
PS. My charts are running live in indicator mode while I am editing
my AFLs.
Thanks for you insights,
Dennis
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|