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

Add Know Sure Thing (kst) support #165

Closed
jealous opened this issue Jul 8, 2023 · 0 comments
Closed

Add Know Sure Thing (kst) support #165

jealous opened this issue Jul 8, 2023 · 0 comments
Assignees

Comments

@jealous
Copy link
Owner

jealous commented Jul 8, 2023

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

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

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
jealous added a commit that referenced this issue 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 added a commit that referenced this issue 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 added a commit that referenced this issue 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 closed this as completed Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant