Code Amibroker Indicators

NIFTY HUNTER for Amibroker (AFL)

spacial for nifty pls concider with other stocks ur own risk base on numaric change configure…. sigwd=ParamToggle(“sigchange”,”weekly|daily”,1); //HBS mean histogram buy sell and LHBS mean low buy high sell field= ParamToggle(“field”,”fieldd|fieldw”,1); font = ParamToggle(“font”,”Show|Hide”,1); messageboard = ParamToggle(“Message Board”,”Show|Hide”,1); prexplore= ParamToggle(“perce/buysell”,”pers|buysell”,1);…

January 10, 2019 by admin
Code Amibroker Indicators

Auto Support-Pivot-Resis levels with Swing Edited for Amibroker (AFL)

here i am posting my Swing with Pivots levels, which is working very good in MCX. _SECTION_BEGIN(“Price”); SetChartOptions(0,chartShowArrows|chartShowDates); _N(Title = StrFormat(“{{NAME}} – {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}”, O, H, L, C, SelectedValue( ROC( C,…

January 10, 2019 by admin
Code Amibroker Indicators

Coppock Trade Signal

Based on Edwin Sedgwick Coppock’s original work to generate Buy and Sell signals. All the parameters are, however, adjustable including the Coppock Filter to filter out the market noise. _SECTION_BEGIN(“Coppock Trade Signal v1.1”); //PARAMETERS: ROC1Periods =Param(“ROC1 periods”,14,2,200,1,0); ROC2Periods =Param(“ROC2 periods”,11,2,200,1,0);…

January 10, 2019 by admin
Code Amibroker Indicators

SUPER cam for Amibroker (AFL)

_SECTION_BEGIN(“GANN Levels”); /* For Stocks/Index/Commodities “order” need to be 0.1 to 0.5 For Forex “order” should be 0.001 ( except JPY pairs ), for JPY pairs it need to be 0.01 */ Op=TimeFrameGetPrice(“O”,inDaily,0); order=Param(“Order”,0.5,0.001,0.1,0.001,sincr = 0); level1 = 1.25; level2…

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

Dynamic RSI for Amibroker (AFL)

A nice, smoothed RSI that adapts dynamically to price levels. I use it to spot divergence setups faster than regular RSI. _SECTION_BEGIN(“Dynamic RSI”); DZbuy = Param(“Buy Zone Probability”,0.1,0.1,0.5,0.1); DZsell = Param(“Sell Zone Probability”,0.1,0.1,0.5,0.1); Period = Param(“Period”, 14, 2, 30, 1); Lb = Param(“LookBack…

January 10, 2019 by admin
Code Amibroker Indicators

Day Trading System for Amibroker (AFL)

The complete system for Day Trading with following – 1. Day Pivot with Supports and Resistances.2. week Pivot wit Supports AND Resistances.3.Hour High, Low AND Close EMAs all Realtime AND Live on your Chart.4.Day High, Low AND Close EMAs all Realtime AND Live on your Chart.5.Week High, Low AND Close EMAs all…

January 10, 2019 by admin
Code Amibroker Indicators

Waves in Price for Amibroker (AFL)

IMO the MOST important level on any indicator is the neutral level, where bullishness equates to bearishness. I like it to be in the middle of the pane. It’s just easy on the eyes. In the DVB it is at Zero. _SECTION_BEGIN(“Volume Waves”); // I next set…

January 10, 2019 by admin
Code Amibroker Indicators

RAJASWAMY INTRADAY MATRIX for Amibroker (AFL)

Cycles will position the plot under the specific occurance of the cycle. A value of 0 ( Default ) will position the plot at the beginning of the last cycle in the data and will show the extrapolation into future…

January 10, 2019 by admin
Code Amibroker Indicators

Chỉ báo cường độ nến cho Amibroker (AFL)

Chỉ báo này cho phép bạn hình dung độ mạnh của nến hiện tại bằng cách so sánh các giá trị OHLC. Giá trị biểu đồ màu đỏ đại diện cho nến giảm trong khi giá trị biểu đồ màu…

January 8, 2019 by admin