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

Input series inside indicator

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

    Input series inside indicator

    Hello,

    I'd like to post a quick question.

    I'm developing an indicator. In this new indicator i have two indicators inside, when in combination should provide a signal.

    The tricky part is that one indicator is calculated from another input series than the default. I think this is possible.

    Should also refer that I'm not using the default type bars.

    My question is:
    Is there any need to code what type of bars in programming this indicator?

    What is fully dynamic Input Series input?


    Thank You so much.
    Last edited by hliboi; 02-27-2014, 03:26 PM.

    #2
    Hello hliboi,

    Thank you for your post.

    If you need to use a different bar series for an input than what the indicator will be applied to, you will need to familiarize your self with multiple time frames and instruments in your code: http://www.ninjatrader.com/support/h...nstruments.htm

    Comment


      #3
      Yes. Thank You Patrick.

      But could you provide an answer?

      Is there any need to code what type of bars in programming this indicator?

      What is fully dynamic Input Series input?

      Thank You again

      Comment


        #4
        Per se there would be no need, but it can of course also depend on your custom logic that would expect the indicator to be calculated on a certain timeframe or bars type (i.e. Range, Tick, Volume...). For the indicator technically it implemtents the IDataSeries interface so could be running on any data series you point it to.

        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Balage0922, Today, 07:38 AM
        0 responses
        5 views
        0 likes
        Last Post Balage0922  
        Started by JoMoon2024, Today, 06:56 AM
        0 responses
        6 views
        0 likes
        Last Post JoMoon2024  
        Started by Haiasi, 04-25-2024, 06:53 PM
        2 responses
        19 views
        0 likes
        Last Post Massinisa  
        Started by Creamers, Today, 05:32 AM
        0 responses
        6 views
        0 likes
        Last Post Creamers  
        Started by Segwin, 05-07-2018, 02:15 PM
        12 responses
        1,786 views
        0 likes
        Last Post Leafcutter  
        Working...
        X