Code Amibroker Indicators

PRA TTS for Amibroker (AFL)

1-tow type exploration(mrkt exp or buy/sell switch in prameter),(switchable)2-trend line added,(switchable),3-regreshion trend,(switchable),4-buy/sell label,(switchable)/5-accurate buy/sell signal,6-magnified price two type(switchable)7-pivot already…..enjoy trading.. Explorer= ParamToggle(“Explorer”,”buysell exp|market exp”,1); font = ParamToggle(“font”,”Show|Hide”,1); TrendLines= ParamToggle(“TrendLines”,”Show|Hide”,0); LinearRegression= ParamToggle(“LinearRegression”,”Show|Hide”,0); Buyselllable= ParamToggle(“Buyselllable”,”Show|Hide”,0); ChangeTitle= ParamToggle(“ChangeTitle”,”Show|Hide”,1); _SECTION_BEGIN(“Background_Setting”); SetChartBkGradientFill( ParamColor(“BgTop”, colorDarkYellow), ParamColor(“BgBottom”,…

January 10, 2019 by admin
Code Amibroker Indicators

KPBB htrsystem for Amibroker (AFL)

kp band advance fully utilized…..enjoylittle bit heavy… bbm = ParamToggle(“bbma”,”Show|Hide”,1); bbms = ParamToggle(“bbms”,”Show|Hide”,0); skip = ParamToggle(“skip”,”Show|Hide”,0); font = ParamToggle(“font”,”Show|Hide”,1); messageboard = ParamToggle(“Message Board”,”Show|Hide”,1); prexplore= ParamToggle(“perce/buysell”,”pers|buysell”,1); bslable= ParamToggle(“bslable”,”Show|Hide”,1); trigercloud=ParamToggle(“trigercloud”,”Show|Hide”,1); Dispa=ParamToggle(“KP Standard Bands”,”Show|Hide”,1); Disp2=ParamToggle(“KPAutoStop-KPA900 Trend”,”Show|Hide”,1); Disp3=ParamToggle(“KPStopLine-KPTriggerLine”,”Show|Hide”,1); _SECTION_BEGIN (“TSI”); r = Param (“TSI…

January 10, 2019 by admin
Code Amibroker Indicators

HTR system for Amibroker (AFL)

histogram buy/sell simple but effective amibroker afl with massagebox used…enjoy trading…. Buysell=ParamToggle(“buysell”,”HBS|LHBS”,1); //HBS mean histogram buy sell and LHBS mean low buy high sell font = ParamToggle(“font”,”Show|Hide”,1); messageboard = ParamToggle(“Message Board”,”Show|Hide”,0); prexplore= ParamToggle(“perce/buysell”,”pers|buysell”,1); P = ParamField(“Price field”,-1); prds = Param(“Standard…

January 10, 2019 by admin
Code Amibroker Indicators

For Intraday Trading Heinkein 4T – KR for Amibroker (AFL)

This indicaror given by my friend & its giving good result inintraday trading…so plz first check from your side…do back testing & if u satisfy then ENJOY TRADING….Thx •Entry Rules Going Long When the lowest TF (For example 15 min) bar turns from…

January 10, 2019 by admin
Mở Tài Khoản - Nhận ngay bộ công cụ AI trị giá 56000 USD
Code Amibroker Indicators

Radar for The Foundation for Amibroker (AFL)

This Radar afl is a combination for Southwind’s foundation. It has heiken trend indicator as well as macd and histogram with buy sell arrows, with various indicators as bearish hook and bullish hooks warnings. It also gives blue lines showing…

January 10, 2019 by admin
Code Amibroker Indicators

15 minute intraday for Amibroker (AFL)

This is an intraday afl I have not coded this but just add some formula it works in 15min.or above time frame..just take trade above yelowline or below good result. _SECTION_BEGIN(“graph”); SetChartOptions(0,chartShowArrows|chartShowDates); gxs=Param(“GRAPH spaceing”,10,5,50,5); GraphXSpace = gxs; strWeekday = StrMid(“SunMonTueWedThuFriSat”,…

January 10, 2019 by admin
Code Amibroker Indicators

MACD EXP for Amibroker (AFL)

MACD with buy/sell signal _SECTION_BEGIN(“MA Difference 20 Period”); //—————————————————————————— // // This indicator displays how far the closing price is above or below a 20 // period moving average in % terms. It is displayed as a histogram and the //…

January 10, 2019 by admin
Code Amibroker Indicators

Profitunity for Amibroker (AFL)

Contoh Sistem Profitunity (Buaya) dari Bill Williamyang berasal dari Buku Trading Chaos 2nd Edition.Sinyal Entry yang digunakan adalah Wiseman 2 dan Wiseman 3Sinyal Exit Wiseman 2 Sinyal Exit Wiseman 3 adalah Buaya MerahMenggunakan Parameter Toggle yang bisa meanmpilkan dan menghilangkansemua garis…

January 10, 2019 by admin
Code Amibroker Indicators

TD Sequential Perl for Amibroker (AFL)

Based on the book of Jason perl _SECTION_BEGIN(“TDST_DeMark_Perl”); /* Set Parameters. */ Plotall=ParamToggle(“Plot all lines “, “No|Yes”,1); Plotpercent=Param(“Plot percentage above/below visible range “,20,0,100,5,0); gapprox=Param(“Proximity Gap Multiplier”,1,0,5,0.5,0); bluedist=Param(“Blue_Multiplier”,1.75,0,10,0.25,0); reddist=Param(“Red_multiplier”,0.25,0,10,0.25,0); /* Initialise variables. */ sup1=sup2=sup3=sup4=sup5=sup6=sup7=sup8=sup9=Null; res1=res2=res3=res4=res5=res6=res7=res8=res9=Null; TDSeqBuy=False; TDSeqbuydigits=0; TDSeqbuyrisk=TDSeqbuyreward=TDSeqbuyrrratio=TDSeqbuystop=0; TDSeqSell=False; TDSeqselldigits=0; TDSeqsellrisk=TDSeqsellreward=TDSeqsellrrratio=TDSeqsellstop=0;…

January 10, 2019 by admin
Code Amibroker Indicators

Secret Method for Amibroker (AFL)

Based on Russ Horn’s Secret Method Strategy _SECTION_BEGIN(“HA Looping ( no AMA() )”); /////////////////////////////////////////////////////////// // Heikin Ashi – Calculated Properly without using AMA // JF Derzi, December 2012 HaClose[0] = (Open[0]+High[0]+Low[0]+Close[0]) / 4; HaOpen[0] = (HaClose[0] + Open[0]) / 2;…

January 10, 2019 by admin