PureBytes Links
Trading Reference Links
|
Stephan,Here is a small example you can
paste into the Automatic Analysis (AA )window and click Explore
button:
function AddNumbers(Number1,
Number2){result = Number1 + Number2;<FONT
color=#800000>return <FONT
face="Courier New">result;}<FONT
face="Courier New">Filter = <FONT face="Courier New"
color=#ff00ff size=3>1;x
= AddNumbers(6,<FONT
color=#ff00ff>7);<FONT face="Courier New"
color=#0000ff>AddColumn( x, <FONT
face="Courier New" color=#ff00ff>"Addition"<FONT
face="Courier New"> );
Also do a
search in the AmiBroker help file for "preprocessor include command"
Regards,
William Peters<FONT
size=3>www.amitools.com
-----Original Message-----From: stephen_castleden [<A
href="">mailto:stephen_castleden@xxxxxxxxx]Sent:
Monday August 4, 2003 7:28 AMTo: amibroker@xxxxxxxxxxxxxxxSubject:
[amibroker] Newbie AmiBroker questionJust downloaded
AmiBroker,How do I use the afl to pass arguments between
differentformulas/indicators.eg./*some
formula*/mymov(Array,Period){ return MA(Array,Period);}/*another
formula*/graph0 =
mymov(OPEN,12);Ta,Stephen.------------------------
Yahoo! Groups Sponsor ---------------------~-->Buy Ink Cartridges or
Refill Kits for Your HP, Epson, Canon or LexmarkPrinter at Myinks.com. Free
s/h on orders $50 or more to the US & Canada. <A
href=""
target=_blank>http://www.c1tracking.com/l.asp?cid=5511<A
href=""
target=_blank>http://us.click.yahoo.com/sO0ANB/LIdGAA/ySSFAA/GHeqlB/TM---------------------------------------------------------------------~->Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx(Web page: <A
href=""
target=_blank>http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href=""
target=_blank>http://groups.yahoo.com/group/amibroker/files/groupfaq.htmlYour
use of Yahoo! Groups is subject to <A href=""
target=_blank>http://docs.yahoo.com/info/terms/
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|