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

Plot Custom Indicator Plot on Lower Timeframe

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

    Plot Custom Indicator Plot on Lower Timeframe

    I generated a custom indicator Plot (HLine) using the NT7 NinjaScript Indicator wizard. I run the indicator on a higher timeframe (60min), but would like to see the exact same values on the 5min chart. How can I do this?

    I have tried adding the 5min data series to the 60min chart as well as the Right, Left and Overlay options for the scales. All it does it warp the chart and generate gaps in the bars.

    Thanks!

    #2
    I assume you are looking for a no coding approach. https://youtu.be/eGJOoRxoAq4

    Comment


      #3
      Thank you FutureDragon, but I don't mind coding. Just need to be pointed in the right direction to expose the values in the script and then utilize them on the lower timeframe.

      Comment


        #4
        Hello dooneyb11,

        Thanks for your post.

        Add() could be used to add a plot or secondary data series to a script in NinjaTrader 7.

        https://ninjatrader.com/support/help..._a_ninjasc.htm

        Add(): https://ninjatrader.com/support/helpGuides/nt7/add2.htm

        Plots will only display on the primary data series that the script is running on since plots are tied to the primary series.

        That said, you could consider using a secondary series a input for your indicator plot. See the reference sample on the forum thread linked below demonstrating plotting using data from two different series.

        https://ninjatrader.com/support/foru...r-an-indicator

        Please let me know if I may assist further.
        Brandon H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by iceman2018, Today, 05:21 PM
        0 responses
        1 view
        0 likes
        Last Post iceman2018  
        Started by iceman2018, 05-25-2023, 02:20 PM
        2 responses
        19 views
        0 likes
        Last Post iceman2018  
        Started by Czarek, Today, 03:48 AM
        4 responses
        13 views
        0 likes
        Last Post Czarek
        by Czarek
         
        Started by FishTrade, Today, 04:21 PM
        2 responses
        14 views
        0 likes
        Last Post bltdavid  
        Started by the matador, Today, 02:02 PM
        2 responses
        14 views
        0 likes
        Last Post the matador  
        Working...
        X