Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDongGeon1996 committed May 6, 2024
1 parent e53423f commit 95a6f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_indicators/Stoch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 95a6f7d

Please sign in to comment.