PureBytes Links
Trading Reference Links
|
Hello,
Metastock is seriously limited when it comes to programming and
it features Fml is actually workaround to serious MS limitation - lack of user defined functions.
AmiBroker's AFL is superior in this area as it provides true user-defined functions
(with parameters).
http://www.amibroker.com/guide/a_userfunctions.html
Once defined, user functions behave as any built-in function (you just call it by name
and can provide parameters without resorting to ugly MS Fml() )
Such functions can be put in separate file (say "Include\MyFunctions.afl") that you can include anywhere
you need.
To include external files using #include directive:
http://www.amibroker.com/guide/afl/afl_view.php?name=%23include
#include <myFunctions.afl>
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "dawsonsg" <dawsonsg@xxxxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, January 19, 2008 11:59 PM
Subject: [amibroker] Referencing an indicator from a scan
> Hi Guys,
>
> Can I ask another question please?
>
> I have started moving a number of indicators from metastoc to amibroker
> but I also want to reference these indicators from the 'Explore' in
> automatic analysis.
>
> Does anyone know if there is a function call to do this?
>
> Regards
> Steve
>
>
>
> 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
>
>
>
>
>
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/
|