PureBytes Links
Trading Reference Links
|
Hello,
I have noticed several formulas posted to AFL on-line library
that use BETA-only features like _SECTION_BEGIN / _SECTION_END.
Please DO NOT POST codes that use features available only in beta versions (such as _SECTION_BEGIN/_SECTION_END)
because most people do NOT have BETA version installed.
If you really have to use new features INCLUDE THE INFORMATION that
your formula REQUIRES BETA version.
Better yet - USE VERSION STATEMENT that is designed SPECIFICALLY FOR THIS
(i.e. to make sure that user is informed about minimum requirements when running given formula).
http://www.amibroker.com/f?version
For example, putting this on the top of your formula
Version(4.65);
Will ensure that user will receive appropriate message when trying to run
given formula on lower versions.
Best regards,
Tomasz Janeczko
amibroker.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|