Dear Pak Irwan,
Permintaan anda utk term mid apa long? but anyway saya coba menebak saja kriteria yg diingkan anda dgn lamp afl ini, semoga cocok.
salam,
Isfandi
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
_SECTION_BEGIN("DSS");
q = Param( "Periods", 10, 1, 100, 1 );
r = Param( "First Smoothing Periods", 3, 1, 100, 1 );
s = Param( "Second Smoothing Periods", 3, 1, 100, 1 );
a = EMA(EMA(C - LLV(L,q),r),s);
b = EMA(EMA(HHV(H,q) - LLV(L,q),r),s);
DSS = (a/b)*100;
Plot( DSS, "DSS("+q+","+r+","+s+")", colorRed );
PlotGrid(10, colorLightGrey);
PlotGrid(20, colorLightGrey);
PlotGrid(80, colorLightGrey);
PlotGrid(90, colorLightGrey);
a = DEMA(DEMA(C - LLV(L,q),r),s);
b = DEMA(DEMA(HHV(H,q) - LLV(L,q),r),s);
DSS1 = (a/b)*100;
Plot( DSS1, "DSS [DEMA] ("+q+","+r+","+s+")", colorGreen );
_SECTION_END();
From: Christopher Tahir <chris_tahir@ymail.com>
To: amibroker-4-bei@yahoogroups.com
Sent: Mon, February 7, 2011 9:43:29 PM
Subject: Re: [Komunitas AmiBroker] Mohon bantuan sharing afl utk divergence (bullish/bearish) macd dgn harga saham
Permintaan anda utk term mid apa long? but anyway saya coba menebak saja kriteria yg diingkan anda dgn lamp afl ini, semoga cocok.
salam,
Isfandi
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
_SECTION_BEGIN("DSS");
q = Param( "Periods", 10, 1, 100, 1 );
r = Param( "First Smoothing Periods", 3, 1, 100, 1 );
s = Param( "Second Smoothing Periods", 3, 1, 100, 1 );
a = EMA(EMA(C - LLV(L,q),r),s);
b = EMA(EMA(HHV(H,q) - LLV(L,q),r),s);
DSS = (a/b)*100;
Plot( DSS, "DSS("+q+","+r+","+s+")", colorRed );
PlotGrid(10, colorLightGrey);
PlotGrid(20, colorLightGrey);
PlotGrid(80, colorLightGrey);
PlotGrid(90, colorLightGrey);
a = DEMA(DEMA(C - LLV(L,q),r),s);
b = DEMA(DEMA(HHV(H,q) - LLV(L,q),r),s);
DSS1 = (a/b)*100;
Plot( DSS1, "DSS [DEMA] ("+q+","+r+","+s+")", colorGreen );
_SECTION_END();
From: Christopher Tahir <chris_tahir@ymail.com>
To: amibroker-4-bei@yahoogroups.com
Sent: Mon, February 7, 2011 9:43:29 PM
Subject: Re: [Komunitas AmiBroker] Mohon bantuan sharing afl utk divergence (bullish/bearish) macd dgn harga saham
Nah, ini dia yg sy lg nyari jg, kaga ngarti gimana buatnya...
:D
Best Regards,
Christopher Tahir
Blog: http://ez-stock.blogspot.com
MSN: chris_tahir@hotmail.com
YM: chris_tahir@ymail.com
:D
Christopher Tahir
Blog: http://ez-stock.blogspot.com
MSN: chris_tahir@hotmail.com
YM: chris_tahir@ymail.com
Mail to my Y!Group:
ez-stock-subscribe@yahoogroups.com
From: ps3 expert <xp3max@gmail.com>
To: amibroker-4-bei@yahoogroups.com
Sent: Mon, February 7, 2011 3:37:48 PM
Subject: [Komunitas AmiBroker] Mohon bantuan sharing afl utk divergence (bullish/bearish) macd dgn harga saham
ez-stock-subscribe@yahoogroups.com
From: ps3 expert <xp3max@gmail.com>
To: amibroker-4-bei@yahoogroups.com
Sent: Mon, February 7, 2011 3:37:48 PM
Subject: [Komunitas AmiBroker] Mohon bantuan sharing afl utk divergence (bullish/bearish) macd dgn harga saham
Dear para Seniors,
Slm kenal sr newbie, sy tertarik dgn tool macd, dan sy mohon bantuan
para Senior utk sharing afl yg dpt memberi signal buy/sell jika
terjadi bullish/bearish divergence antara macd dgn harga saham.
Contoh kasus: harga BUMI yg drop tajam pada mid 2010 namun pd macd
terjadi bullish divergence. Akhirnya harga rebound.
Byk thx
Irwan
--
Sent from my mobile device
__._,_.___



No comments:
Post a Comment