PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>j,
<FONT face=Arial color=#0000ff
size=2>
EMA(C,20) >
Ref((EMA(C,20)),-10) will plot either true or false. You could use plotshapes or
just plot(EMA(C,20) >
Ref((EMA(C,20)),-10),"Rising ",4,stylearea); as a custom indicator. If you are
asking how to plot just a regular ema then add
<SPAN
class=470432820-26112003>
<SPAN
class=470432820-26112003>plot(ema(c,20),"20EMA",4,1); to add to the built-in
indicator just rt click on price choose edit then add the code above the line
that says "//--Indicator-End-- Line<FONT
face="Times New Roman">
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: jaykwok425
[mailto:jaykwok@xxxxxxxxxxx]Sent: Wednesday, November 26, 2003 3:23
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] newbie
question - rising emaIs this how to program a rising 20
period ema over last 10 periods?EMA(C,20) > Ref((EMA(C,20)),-10)
How would I plot this ema on the graph without going through the
preferences menu?ThanksjSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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.
|