PureBytes Links
Trading Reference Links
|
Thanks for all of your help guys! I knew it would be something
ridicously easy. Just didn't know where to look for the solution.
Regards,
John
--- In amibroker@xxxxxxxxxxxxxxx, Terry <MagicTH@xxxx> wrote:
> First the indicator would have to be defined as a function (see
page# 254 of
> the 4.60 users manual). Save this file in your Include folder
(inside your
> AFL folder).
>
> Then you include the file in your code as follows:
> #include <filename.afl> //no semicolon follows
>
> Then you call your indicator as any other afl function as:
> X = T3(); //names depend on how you define your function
>
> If you have trouble with the file not being found, check your
preferences,
> AFL tab and make sure the default file path is OK.
>
> You can always just insert the T3 directly in your code.
> --
> Terry
>
>
> From: "fsmart21" <jdgeddie@xxxx>
> Reply-To: amibroker@xxxxxxxxxxxxxxx
> Date: Fri, 24 Sep 2004 13:48:25 -0000
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] including value of custom indicator in auto
analysis
>
> Hello all! Seem to be stuck here and i know the solution is easy.
>
> I want to include t3 ma values in auto analysis. I have the custom
> indcator, t3.afl, but how do i include this file within auto
analysis
> say for a backtest? I know there's some way of calling a custom
> indicator, but I just cannot find it.
>
> Please help!
>
> John
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> Yahoo! Groups Sponsor
>
> ADVERTISEMENT
>
<http://us.ard.yahoo.com/SIG=129d3ofnv/M=295196.4901138.6071305.300117
6/D=g
>
roups/S=1705632198:HM/EXP=1096120168/A=2128215/R=0/SIG=10se96mf6/*http
://com
> panion.yahoo.com>
>
>
> 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
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
> *
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service
> <http://docs.yahoo.com/info/terms/> .
------------------------ 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/
|