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\”,…

by admin