Sunday, April 13, 2014

Intraday and positional amibroker afl 

Buy above green line (DEMA 30)  Sell below green line.

_SECTION_BEGIN("TEMA");
P = ParamField("Price field",-1);
Periods = Param("Periods", 15, 2, 300, 1, 10 );
Plot( TEMA( P, Periods ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") ); 
_SECTION_END();

_SECTION_BEGIN("Price1");
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, 1 ) ) ));
Plot( C, "Close", ParamColor("Color", colorDefault ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() ); 
_SECTION_END();

_SECTION_BEGIN("MA1");
P = ParamField("Price field",-1);
Periods = Param("Periods", 15, 2, 300, 1, 10 );
Plot( MA( P, Periods ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") ); 
_SECTION_END();

_SECTION_BEGIN("DEMA");
P = ParamField("Price field",-1);
Periods = Param("Periods", 15, 2, 300, 1, 10 );
Plot( DEMA( P, Periods ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") ); 
_SECTION_END();

Saturday, April 5, 2014

MCX EOD DATA UPDATED WEEKLY

Free MCX EOD DATA for amibroker charting.
Mcx eod data in Metal and Energy.
Weekly updated.


Last updated  13-5-2014


DOWNLOAD  Here




Download the files and make a folder in amibroker as MCX-EOD.
C:\\Program Files\AmiBroker\MCX-EOD
Copy the all folders and files from downloaded folder, and paste to the MCX-EOD folder.
Then Open amibroker
Then click on file
Open database
C:\\Program Files\AmiBroker\MCX-EOD
OK
Done.
Download from Mediafire 



Amibroker positional AFL for trading. 95% accuracy. Download from below link.

Positional AFL Download


MCX COMMODITY TRADING. GOLD, SILVER, COPPER, NICKEL, CRUDEOIL NATURAL GAS. AMIBROKER END OF THE DAY DATA FOR CANDLE STICK CHARTS.
Mcx tips, shureshot calls.