Code Amibroker Indicators

Stochastic %D %K for Amibroker

Combination the Stochastic %D and the Stochastic %K _SECTION_BEGIN(\”Stochastic %D\”); SetChartOptions(0, 0, chartGrid20 | chartGrid80); GraphXSpace = Param(\”GraphXSpace\”, 5, -10, 20, 1); OBthreshold = Param(\”OBthreshold\”, 85, 75, 100, 5); OSthreshold = Param(\”OSthreshold\”, 15, 0, 25, 5); PlotGrid(OBthreshold, colorRed, 8, 1,…

by admin