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

[GH-165] Add Know Sure Thing support #166

Merged
merged 1 commit into from
Jul 8, 2023
Merged

[GH-165] Add Know Sure Thing support #166

merged 1 commit into from
Jul 8, 2023

Conversation

jealous
Copy link
Owner

@jealous jealous commented Jul 8, 2023

The Know Sure Thing (KST) is a momentum oscillator developed by Martin Pring to make rate-of-change readings easier for traders to interpret.

https://www.investopedia.com/terms/k/know-sure-thing-kst.asp

Formular:

  • KST=(RCMA1×1)+(RCMA2×2) + (RCMA3×3)+(RCMA4×4)

Where:

  • RCMA1=10-period SMA of 10-period ROC
  • RCMA2=10-period SMA of 15-period ROC
  • RCMA3=10-period SMA of 20-period ROC
  • RCMA4=15-period SMA of 30-period ROC

@jealous jealous self-assigned this Jul 8, 2023
The Know Sure Thing (KST) is a momentum oscillator developed by
Martin Pring to make rate-of-change readings easier for traders
to interpret.

https://www.investopedia.com/terms/k/know-sure-thing-kst.asp

Formular:
* KST=(RCMA1×1)+(RCMA2×2) + (RCMA3×3)+(RCMA4×4)

Where:
* RCMA1=10-period SMA of 10-period ROC
* RCMA2=10-period SMA of 15-period ROC
* RCMA3=10-period SMA of 20-period ROC
* RCMA4=15-period SMA of 30-period ROC
@jealous jealous merged commit 31d5d46 into master Jul 8, 2023
3 checks passed
@jealous jealous deleted the feature/kst branch July 8, 2023 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant