Pak Thai, maaf saya msh diluar kota, next ya..
salam,
From: tjhai lioe <tjhailioe@gmail.com>
To: amibroker-4-bei@yahoogroups.com
Sent: Wed, March 23, 2011 12:10:59 PM
Subject: Re: [Komunitas AmiBroker] afl Tom DeMark Channel...?
salam,
From: tjhai lioe <tjhailioe@gmail.com>
To: amibroker-4-bei@yahoogroups.com
Sent: Wed, March 23, 2011 12:10:59 PM
Subject: Re: [Komunitas AmiBroker] afl Tom DeMark Channel...?
pak Isfandi AFL nya mantap mantap semua.
pak Isfandi saya minta tolong dong ,
pak kalau saya bikin explorer dan dibagian column saya ingin tambahan 2 column
yang satu close kemarin+6%
yang lain close kemarin -8%
dan angkanya bulat ga pakai koma
gimana ya buat aflnya
terima kasih pak
On Mon, Mar 21, 2011 at 1:15 AM, <isfandi2001@yahoo.com> wrote:
try this one Pak..
/******************************************************************
* TD Channel I: Short term indicator
* TD says that two consecutive closes above the upper channel indicate
* a price exhaustion to the upside.
*
* TD Says that two consecutive closes below the lower channel indicate
* a price exhaustion to the downside.
*
* Channel extremes are less effective if the market is trending. Use
* the TDSequential signal or TD Combo signal to determine that trend
* has ended.
*
* Improvements:
* Notes: Seems to work best on monthly prices.
* Author observation: A close where the open is above the upper channel
* tends to indicate a market top. The reverse is applied for a bottom.
*******************************************************************/fHighMultiplier = 0.97;
EnterType = ParamList("Security Type","Stock,Commodity");
TDPlotStyle = ParamStyle("Plot Style", styleDashed );
TDGraphColor = ParamColor("Color", colorYellow);
fLowMultiplier = 1.03;
if( EnterType == "Stock" )
{
fHighMultiplier = 0.91;
fLowMultiplier = 1.09;
}
TDC1lma = MA( L, 3) * fLowMultiplier;
TDC1hma = MA( H, 3) * fHighMultiplier;
Plot( TDC1lma, "TDC2L", TDGraphColor, TDPlotStyle);
Plot( TDC1hma, "TDC2H", TDGraphColor, TDPlotStyle);
//////////end///////////////
for short term indicator period pls use :and
fHighMultiplier = 0.995;
fLowMultiplier = 1.005;//////////////
fHighMultiplier = 0.930;
fLowMultiplier = 1.070;
Regards,
Isfandi
From: arfian yuddy <ayahnyanadia@yahoo.com>Sent: Sun, March 20, 2011 11:06:40 PM
Subject: [Komunitas AmiBroker] afl Tom DeMark Channel...?
Dear Para Master afl..?Sy sedang mencari afl Tom DeMark Channel...adakah yg bersedia sharing..?Thanks.
__._,_.___



No comments:
Post a Comment