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 trader24211341, 03-09-2023, 12:30 PM
        2 responses
        35 views
        0 likes
        Last Post trader24211341  
        Started by ct, Today, 04:56 PM
        0 responses
        3 views
        0 likes
        Last Post ct
        by ct
         
        Started by qewcool, 03-19-2023, 05:51 PM
        24 responses
        207 views
        1 like
        Last Post jama12
        by jama12
         
        Started by GussJ, Today, 07:43 AM
        3 responses
        40 views
        0 likes
        Last Post GussJ
        by GussJ
         
        Started by GussJ, Today, 09:30 AM
        10 responses
        43 views
        0 likes
        Last Post GussJ
        by GussJ
         
        Working...
        X