Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Stochastic Oscillator Indicator #29

Closed
wants to merge 1 commit into from

Conversation

tsubus
Copy link
Contributor

@tsubus tsubus commented Feb 26, 2021

#28

I gave it a go, the math should be correct (followed formulas from Investopedia)

@codecov
Copy link

codecov bot commented Feb 26, 2021

Codecov Report

Merging #29 (6b80ae0) into master (e87ec2e) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   99.29%   99.30%   +0.01%     
==========================================
  Files          35       36       +1     
  Lines         566      575       +9     
==========================================
+ Hits          562      571       +9     
  Misses          2        2              
  Partials        2        2              
Impacted Files Coverage Δ
indicator_stochastic_oscillator.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e87ec2e...6b80ae0. Read the comment docs.

@tsubus tsubus force-pushed the master branch 5 times, most recently from 7335938 to 91422f2 Compare February 26, 2021 12:19
Base automatically changed from master to main February 27, 2021 02:03
@tsubus tsubus closed this Mar 7, 2021
@tsubus tsubus deleted the master branch March 7, 2021 21:01
@tsubus tsubus restored the master branch March 7, 2021 21:04
@tsubus tsubus deleted the master branch March 7, 2021 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant