PureBytes Links
Trading Reference Links
|
<SPAN
class=234322420-22102003>all AB's MA functions except EMA can take an array
of values as their period parameters, not just a single period value. dynamic
period EMA can be arrived at using AMA, like this code tomasz provided
recently:
<SPAN
class=234322420-22102003>
<SPAN
class=234322420-22102003> EMAx = AMA(array, 2 / (period +
1));
<SPAN
class=234322420-22102003>
<SPAN
class=234322420-22102003>as far as the design of a profitable adaptive MA system
goes, I haven't built and don't know of any myself, but you could check the AFL
library.
<SPAN
class=234322420-22102003>
<SPAN
class=234322420-22102003>dave
<BLOCKQUOTE
>
My question is this; are there any systems that
have been coded for AB that use a dynamic MA cross that input slope
angle and/or acceleration? Can it be coded, (and/or is it even practical?
I'm sure I've overlooked something obvious with that kind of
system.)
Thanks.
Colin
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.
|