Skip to content

Commit 5b12bec

Browse files
fnikoFilip Niko
andauthored
Fixing typo in stochastic oscillator examples (jealous#127)
Co-authored-by: Filip Niko <spam@filipniko.cz>
1 parent 7530190 commit 5b12bec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,8 @@ The stochastic oscillator is a momentum indicator that uses support and
500500
resistance levels.
501501

502502
It includes three lines:
503-
* `df['kdfk']` - K series
504-
* `df['kdfd']` - D series
503+
* `df['kdjk']` - K series
504+
* `df['kdjd']` - D series
505505
* `df['kdfj']` - J series
506506

507507
The default window is 9. Use `StockDataFrame.KDJ_WINDOW` to change it.

0 commit comments

Comments
 (0)