PureBytes Links
Trading Reference Links
|
Hello,
I'm using a triple EMA indicator:
Plot(EMA(C,4), "4-EMA", 1);
Plot(EMA(C,9), "9-EMA", 2);
Plot(EMA(C,20), "18-EMA", 4);
I want to include in the title display of the indicator window the
degrees from zero (angle) at any given point. For example, if the 9-
EMA is rising at a 45 degree angle I want the window title to
display it, same if the 4-EMA is dropping -25 degrees.
Any ideas?
Thanks,
Gernot
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|