Fave This

Monday, 17 September 2012

Re: [Komunitas AmiBroker] AFL Alligator

Maaf..mau nanya.. Ada yg tahu asal muasal logic extreem bar?
Saya kok tidak menemukan referensinya di 3 buku bill william..atau
saya kelewatan membacanya?

Salam
Satriyo

On 9/18/12, ade hermawan <AIHermawan@gmail.com> wrote:
> Maaf kl penjelasannya salah. Di AFLnya dijelasin koq Bro.
> //Bars Analysis
> //-------------
> Third = (H-L) / 3;
> Line1 = H - Third;
> Line2 = L + Third;
> Half = L + ((H-L) / 2);
>
> //After an extreme bar 85% of the time the market will change direction
> within the next 1-5 bars.
> ExtremeBarUp = Open > Line1 AND Close > Line1;
> ExtremeBarDown = Open < Line2 AND Close < Line2;
> ExtremeBar = ExtremeBarUp OR ExtremeBarDown;
>
> //Bullish AND Bearish Bars Inside the mouth do NOT create a Signal.
> OutsideMouth = NOT ((H < AlligatorBlue AND L > AlligatorGreen) OR (L >
> AlligatorBlue AND H < AlligatorGreen));
> //Bullish Divergence Bars
> BullDivBar = OutsideMouth AND L < Ref(L,-1) AND C > Half;
> //Bearish Divergence Bars
> BearDivBar = OutsideMouth AND H > Ref(H, -1) AND C < Half;
>
> PlotShapes(IIf(ExtremeBar, shapeSmallCircle ,shapeNone), colorBlue, 0, H,
> 12);
> PlotShapes(IIf(BullDivBar, shapeSmallCircle ,shapeNone), colorGreen, 0, L,
> -12);
> PlotShapes(IIf(BearDivBar, shapeSmallCircle ,shapeNone), colorRed, 0, H,
> 12);
> 2012/9/17 faith.eight <faith.eight@yahoo.com>
>
>> **
>>
>>
>> Salam kenal,
>>
>> Ada yang ingin saya tanyakan tentang AFL Alligator yang AFL nya saya
>> dapatkan di wisestocktrader.com
>>
>> http://www.wisestocktrader.com/indicators/51-alligator-trading-system
>>
>> Ada beberapa yang membingungkan saya:
>> 1. Ada titik2 warna biru dan merah yang letaknya di atas/di bawah candle
>> 2. Lambang segitiga untuk fractal ... ada yang tertimpa titik2 seperti
>> point 1 diatas.
>>
>> Mohon bantuan-nya apa yang dimaksud dengan 2 point tersebut .. terima
>> kasih
>>
>>
>>
>


------------------------------------

Harga Software AmiBroker:
- Versi Professional: Rp 2,5 Jt
- Versi Standard: Rp 1,8 Jt

Harga Paket Realtime Intraday Data:
- 1 bulan Rp 250 Rb
- 3 bulan Rp 675 Rb (after disc 10%)
- 6 bulan Rp 1,2 Jt (after disc 20%)
- 12 bulan Rp 2,3 Jt (after disc 23%)

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

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker-4-bei/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker-4-bei/join
(Yahoo! ID required)

<*> To change settings via email:
amibroker-4-bei-digest@yahoogroups.com
amibroker-4-bei-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
amibroker-4-bei-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

No comments:

Post a Comment