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

Commits on Jul 8, 2023

  1. [GH-165] Add Know Sure Thing support

    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 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    cc97f74 View commit details
    Browse the repository at this point in the history