From 95a6f7de14e5e3def83cfdb9f02ab3855f423afa Mon Sep 17 00:00:00 2001 From: Dong-Geon Lee Date: Mon, 6 May 2024 20:04:57 +0900 Subject: [PATCH] Fix link --- docs/_indicators/Stoch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_indicators/Stoch.md b/docs/_indicators/Stoch.md index d07e3fd5..92f4080c 100644 --- a/docs/_indicators/Stoch.md +++ b/docs/_indicators/Stoch.md @@ -20,7 +20,7 @@ layout: indicator | `smooth_periods` | int, *default 3* | Smoothing period (`S`) for the Oscillator (%K). "Slow" stochastic uses 3, "Fast" stochastic uses 1. Must be greater than 0. | `k_factor` | int, *default 3* | Weight of %K in the %J calculation. Must be greater than 0. | `d_factor` | int, *default 2* | Weight of %D in the %J calculation. Must be greater than 0. -| `ma_type` | MAType, *default MAType.SMA* | Type of moving average (SMA or SMMA) used for smoothing. See [MAType options](#MAType-options) below. +| `ma_type` | MAType, *default MAType.SMA* | Type of moving average (SMA or SMMA) used for smoothing. See [MAType options](#matype-options) below. ### Historical quotes requirements