Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keustma authored and askmike committed Jan 4, 2018
1 parent 7785b01 commit f45266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tulind.js
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ methods.stoch = {
indicator: tulind.indicators.stoch,
inputs: [data.high, data.low, data.close],
options: [params.optInFastKPeriod, params.optInSlowKPeriod, params.optInSlowDPeriod],
results: ['sotchK', 'stochD'],
results: ['stochK', 'stochD'],
});
}
}
Expand Down

0 comments on commit f45266e

Please sign in to comment.