----- Forwarded Message ----
From: arfian yuddy <ayahnyanadia@yahoo.com>
To: amibroker-4-bei@yahoogroups.com
Sent: Thu, March 24, 2011 4:01:03 PM
Subject: Re: Fwd: [Komunitas AmiBroker] afl Tom DeMark Channel...?
From: santi <susanti9988@gmail.com>
To: amibroker-4-bei@yahoogroups.com
Sent: Thu, March 24, 2011 2:15:02 PM
Subject: Fwd: [Komunitas AmiBroker] afl Tom DeMark Channel...?
From: arfian yuddy <ayahnyanadia@yahoo.com>
To: amibroker-4-bei@yahoogroups.com
Sent: Thu, March 24, 2011 4:01:03 PM
Subject: Re: Fwd: [Komunitas AmiBroker] afl Tom DeMark Channel...?
Silahkan dicoba, saya lampirkan kombinasi afl Tom DeMark dgn chart MA biasa..maksudnya afl tsb, agar angka multipliernya diganti
From: santi <susanti9988@gmail.com>
To: amibroker-4-bei@yahoogroups.com
Sent: Thu, March 24, 2011 2:15:02 PM
Subject: Fwd: [Komunitas AmiBroker] afl Tom DeMark Channel...?
Pak Isfandi dan teman2,tlg tanya knp ya... afl pak isfandi ga bs jalan di ami saya?
terlampir tampilannya.
thanks pak
2011/3/21, isfandi2001@yahoo.com <isfandi2001@yahoo.com>:
terlampir tampilannya.
thanks pak
2011/3/21, isfandi2001@yahoo.com <isfandi2001@yahoo.com>:
> 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.
> *******************************************************************/
> EnterType = ParamList("Security Type","Stock,Commodity");
> TDPlotStyle = ParamStyle("Plot Style", styleDashed );
> TDGraphColor = ParamColor("Color", colorYellow);
> fHighMultiplier = 0.97;
> 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 :
> fHighMultiplier = 0.995;
> fLowMultiplier = 1.005;
> and
> fHighMultiplier = 0.930;
> fLowMultiplier = 1.070;
>
> //////////////
>
> Regards,
> Isfandi
>
>
>
>
>
>
>
>
> ________________________________
> From: arfian yuddy <ayahnyanadia@yahoo.com>
> To: amibroker-4-bei@yahoogroups.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.
>
>
>
>
>
>
>
>
> /******************************************************************
> * 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.
> *******************************************************************/
> EnterType = ParamList("Security Type","Stock,Commodity");
> TDPlotStyle = ParamStyle("Plot Style", styleDashed );
> TDGraphColor = ParamColor("Color", colorYellow);
> fHighMultiplier = 0.97;
> 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 :
> fHighMultiplier = 0.995;
> fLowMultiplier = 1.005;
> and
> fHighMultiplier = 0.930;
> fLowMultiplier = 1.070;
>
> //////////////
>
> Regards,
> Isfandi
>
>
>
>
>
>
>
>
> ________________________________
> From: arfian yuddy <ayahnyanadia@yahoo.com>
> To: amibroker-4-bei@yahoogroups.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