[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Re: newbie question - rising ema



PureBytes Links

Trading Reference Links

j,

Plot(EMA(C,20),"20EMA",4,1);

placed at the top of the built-in indicator (or anywhere above the
"//--Indicator-End-- Line" should plot the line. On my system 4 is the color
red....perhaps 4 is your back ground color?? try substituting
Plot(EMA(C,20),"20EMA",colorred,1);


Regards,
Jayson
-----Original Message-----
From: jaykwok425 [mailto:jaykwok@xxxxxxxxxxx]
Sent: Wednesday, November 26, 2003 4:11 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: newbie question - rising ema


Hi,

I tried adding "plot(ema(c,20),"20EMA",4,1);" but it didn't add an
ema to my chart.  Is it a settings issue?

Thanks,

j

--- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> j,
>
> 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
>
> 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
>
> Regards,
> Jayson
> -----Original Message-----
> From: jaykwok425 [mailto:jaykwok@x...]
> Sent: Wednesday, November 26, 2003 3:23 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] newbie question - rising ema
>
>
> Is 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?
>
> Thanks
>
> j
>
>
>       Yahoo! Groups Sponsor
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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.


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.



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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/