Ada yang pernah pake Zigzag dengan sinyal buy and sell untuk trading / invest ? Dia emang membutuhkan data future untuk mengeluarkan sinyal buy / sell, tapi kalo di backtest sangat bagus hasilnya ...
Teman2 Ada yang bisa sempurnain jadi ga terlambat sinyal buy / sell nya ?
Trima kasih
On 10 January 2011 10:56, MMDandytra <mmdandytra@gmail.com> wrote:
Rekan - rekan,
Ada yang bisa bantu untuk AFL Ichimoku Kinko Hyo yang lebih 'indah' dibanding AFL dibawah ini?Terima kasih
_SECTION_BEGIN("Ichimoku Chart");//------------------------------------------------------------------------------//// Formula Name: Ichimoku Chart// Author/Uploader: Prakash Shenoi// E-mail:// Date/Time Added: 2006-08-11 12:30:12// Origin: Adapted from Ken Muranaka's formula and article// Keywords: Trend Following System// Level: medium// Flags: system,indicator// Formula URL: http://www.amibroker.com/library/formula.php?id=677// Details URL: http://www.amibroker.com/library/detail.php?id=677////------------------------------------------------------------------------------//// Ichimoku Chart is a trend following system similar to Moving averages. Time// spans of 9, 26 and 52 are used. According to Ken Muranaka, Ichimoku charts// depicts market timing, resistance/support,and possibly false break outs,// all in one chart, in one panoramic view. For more details, check this link:////------------------------------------------------------------------------------/* ICHIMOKU CHART *//* AFL code by Prakash Shenoi */SL=(HHV(H,26)+LLV(L,26))/2;TL=(HHV(H,9)+LLV(L,9))/2;DL=Ref(C,25);Sp1=Ref((SL+TL)/2,-25);Sp2=Ref((HHV(H,52)+LLV(L,52))/2,-25);MaxGraph=6;Graph0=C;Graph0Style=styleCandle;Graph0Color=1;Graph1=SL;Graph1Color=3;Graph2=TL;Graph2Color=4;Graph3=DL;Graph3Color=32;Graph4=Sp1;Graph4Color=5;Graph5=Sp2;Graph5Color=6;Graph1Style=Graph2Style= styleLine | styleThick;Graph3Style=Graph4Style= styleLine | styleThick;Graph5Style=styleLine | styleThick;Title=Name ()+ " Ichimoku Chart " + WriteVal ( Graph0,format=1.2);_SECTION_END();--
Regards,MM Dandytra
__._,_.___
Apabila membutuhkan software AmiBroker, Realtime Intraday Data & Pelatihan silahkan kontak : Dendo Valentino | Cell : 08159304868 | e-mail: amibrokerfreak{at}yahoo.co.id | YM id : dendov | http://www.facebook.com/dendo.amibrokerfreak | http://www.amibroker-4-bei.org
![]()
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