Fave This

Wednesday, 13 March 2013

Re: [Komunitas AmiBroker] Garis perpotongan 2 MA



Iya betul Pak....cuman gmn cara nge Plot spy jd satu garis. Thx b 4
Powered by Telkomsel BlackBerry®

From: "hakitrader" <hakitrader@gmail.com>
Sender: amibroker-4-bei@yahoogroups.com
Date: Wed, 13 Mar 2013 17:05:44 +0700
To: <amibroker-4-bei@yahoogroups.com>
ReplyTo: amibroker-4-bei@yahoogroups.com
Subject: Re: [Komunitas AmiBroker] Garis perpotongan 2 MA

 

Aflnya banyak error, apa maksudnya statement ini?

Buy= Cross( EMA( Close , 3 )) > EMA( Close , 23 );

----- Original Message -----
From: Hali Hiu
Sent: Sunday, March 10, 2013 1:21 PM
Subject: [Komunitas AmiBroker] Garis perpotongan 2 MA

 

Mohon bantuan teman teman untuk membetulkan AFL berikut gimana supaya bisa tampil satu garus untuk perpotongan dua MA.....makasih sebelumnya
 
_SECTION_BEGIN
("Price");
SetChartOptions
(0,chartShowArrows|chartShowDates);
_N
(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ));
Plot
( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );
/*Buy or Sell Condition*/
Buy
=
Cross( EMA( Close , 3 )>EMA( Close , 23 );
Sell
=
Cross(EMA( EMA( Close , 23 )>EMA( Close , 23 );
/*Pot Buy or Sell Arrows*/
PlotShapes
(IIf(Sell==1, ParamColor("Color", colorRed ), styleLine, styleThick, 0,High, Offset=-20);
PlotShapes
(IIf(Buy==1,ParamColor("Color", colorGreen ), styleLine, styleThick, 0,High, Offset=-20);
/*Plot EMA*/
Plot
( EMA( Close,23), "23 EMA",ParamColor("Color", colorRed ),styleNoRescale);
Plot
( EMA( Close,3), "3 EMA",ParamColor("Color", colorBlue ),styleNoRescale);
/*Plot Ribbon */
Ribbon1=
IIf( EMA( Close , 3 )>EMA( Close , 23 ) ,colorGreen, IIf(EMA( Close , 23 )>EMA( Close , 3 ), colorRed,colorYellow));
Plot
(6, "Ribbon", Ribbon1, styleOwnScale| styleArea| styleNoLabel,-0.5,100);
_SECTION_END
 



__._,_.___


Harga Software AmiBroker:
- Versi Professional: Rp 2,500,000
- Versi Standard: Rp 2,000,000

Harga Paket Realtime Intraday Data:
1 bulan Rp 250,000
3 bulan Rp 675,000 @225rb/bulan
6 bulan Rp 1,200,000 @200rb/bulan
12 bulan Rp 2,100,000 @175rb/bulan

Pemesanan:
E-Mail: sales@integrity.co.id
Ph: 021-57936155
SMS: 08159304868
Pin: 285844A8
http://www.integrity.co.id




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

No comments:

Post a Comment