Nice Nifty System

Code: _SECTION_BEGIN(“MA Diff”); T=26;  KMA=((C-MA(C,T))/MA(C,T))*100;  Graph0=KMA; Graph0Style=2+4; Graph0BarColor=IIf(KMA>0,5,4); GraphXSpace=5; _SECTION_END(); _SECTION_BEGIN(“Price”); SetChartOptions(0,chartShowArrows|chartShowDates); Plot( C, “Close”, ParamColor(“Color”, colorBlack ), styleNoTitle | ParamStyle(“Style”) | […]

Read more