PureBytes Links
Trading Reference Links
|
HI ,
QUESTION 1 ) How do I call a function I built into another function I
am creating ?
QUESTION 1 ) description --------------------------------------->
I am able to call a function that exists in AB eg:
RSI(14);
My difficulty is say i have a function "dasesfunc"
dasesfunct
DS = (H+L) / 2 ;
lets say I have a new function " newfunct " that uses dasesfunct..
newfunct
DS + ATR(14) / DS is the function above /
How do I call it into this function ????
regards
das300
maurice
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|