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

by admin