"FullStochastic" (Financial Indicator)

Is a statistical indicator.

Is computed using the high, low, and close prices.

Returns two time series. The first is the stochastic, which expresses the current price as a percentage of the price range over the last 14 periods. The second is the stochastic smoothed twice by a 3-period simple moving average.

FinancialIndicator["FullStochastic",n1,n2,n3] uses extremes over the last n1 periods and moving averages with periods n2 and n3.

Examples