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

How to plot a pivot line that would connect extreme lows of RSI

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

    How to plot a pivot line that would connect extreme lows of RSI

    Hi,
    I am trying to figue out how to draw a pivot line that would connect the lows of RSI and extend that pivot onward so I can later use it to generate an entry signal.

    The entry signal would be triggered as soon as RSI is about to cross the line that was pivot line that was drawn from the previous 2 RSI lows.

    Any idea on how I can do this?

    #2
    Hello nikolaalx,

    You would need to calculate this based on the slope between two already existing points.

    There is a slope calculator to get the slope between two points. You would then need math to project this forward a certain number of bars.
    Slope() - http://ninjatrader.com/support/helpGuides/nt7/slope.htm

    For custom logic such as this, I would suggest working with a NinjaScript Consultant. Below I am adding a publicly available link to a list of professional NinjaScript Consultants who would be happy to create logic and math such as this at your request.

    http://ninjatraderecosystem.com/Part...ultants.php#81
    DanielleNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by pechtri, 06-22-2023, 02:31 AM
    10 responses
    124 views
    0 likes
    Last Post Leeroy_Jenkins  
    Started by judysamnt7, 03-13-2023, 09:11 AM
    4 responses
    59 views
    0 likes
    Last Post DynamicTest  
    Started by ScottWalsh, Yesterday, 06:52 PM
    4 responses
    36 views
    0 likes
    Last Post ScottWalsh  
    Started by olisav57, Yesterday, 07:39 PM
    0 responses
    7 views
    0 likes
    Last Post olisav57  
    Started by trilliantrader, Yesterday, 03:01 PM
    2 responses
    22 views
    0 likes
    Last Post helpwanted  
    Working...
    X