Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

StochasticRSI indicator. Not StochRSI

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    StochasticRSI indicator. Not StochRSI

    Did anyone develop or know how to develop StochasticRSI (%D and %K) it displays 2 lines (max value is 1, min value is 0), is it possible to just slightly modify @StochRSI.cs to come up with this?


    StochasticRSI as defined in Ameritrade StrategyDesk:

    This oscillator measures the value of RSI relative to its highest high and lowest low over %K Length periods. StochasticRSI %D is a moving average of %K over %D Length bars. %K smoothing parameter specifies the length of moving average to smooth %K line. StochasticRSI ranges from 0 (lowest low) to 1 (highest high).

    Fields:
    • StocK, StocD
    • RSI Length
    • %K Length
    • %D Length
    • %K Smoothing
    • Interval

    Example:
    StochasticRSI[StocK,14,14,3,1,5]
    14-period StochasticRSI on 5-minute bars

    #2
    Hi KillerNTFormula,

    I am not aware of such a version already made, but you can try looking through the file sharing section of the forums to see if you find anything related.

    If it is not there you will have to create it. I would not know if the StochRSI logic would be the same as your indicator's logic version. If you are not a programmer I do recommend one of these 3rd party NinjaScript Consultants though: http://www.ninjatrader.com/webnew/pa...injaScript.htm
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by set2win, 08-04-2021, 09:23 AM
    39 responses
    1,000 views
    0 likes
    Last Post WaleeTheRobot  
    Started by md4866, Today, 08:15 PM
    0 responses
    7 views
    0 likes
    Last Post md4866
    by md4866
     
    Started by mjbatts91, Yesterday, 04:48 PM
    2 responses
    23 views
    0 likes
    Last Post mjbatts91  
    Started by pibrew, Today, 06:10 PM
    1 response
    19 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by actualfacts.2021, 07-25-2021, 03:11 PM
    8 responses
    1,187 views
    0 likes
    Last Post linkcou
    by linkcou
     
    Working...
    X