PureBytes Links
Trading Reference Links
|
<SPAN
class=486041821-12022004>I may be missing something but how
about
<SPAN
class=486041821-12022004>
<SPAN
class=486041821-12022004> TimeShiftedMA = Ref(MA(Something,
Period), ShiftAmount);
<SPAN
class=486041821-12022004>
<SPAN
class=486041821-12022004>
and
<SPAN
class=486041821-12022004>
<SPAN
class=486041821-12022004>
LevelShiftedMA = MA(Something, Period) + ShiftAmount;
<SPAN
class=486041821-12022004><SPAN
class=486041821-12022004>
or maybe
<SPAN
class=486041821-12022004><SPAN
class=486041821-12022004> LevelShiftedMA = MA(Something,
Period) * ShiftAmount;
<SPAN
class=486041821-12022004><SPAN
class=486041821-12022004>
<SPAN
class=486041821-12022004><SPAN
class=486041821-12022004>
<SPAN
class=486041821-12022004><SPAN
class=486041821-12022004>Now I have a question: What's
CMA?
<SPAN
class=486041821-12022004><SPAN
class=486041821-12022004>
<SPAN
class=486041821-12022004><SPAN
class=486041821-12022004>Dave
<BLOCKQUOTE
>Just
on a not-unrelated topic. How do I shift a MA in AFL? Is there a way
toshift it vertically(price) and horizontally (time)?Tried to find
this in the help files without success.Steve
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
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 the Yahoo! Terms of Service.
|