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 llanqui, Today, 03:53 AM
        0 responses
        6 views
        0 likes
        Last Post llanqui
        by llanqui
         
        Started by burtoninlondon, Today, 12:38 AM
        0 responses
        10 views
        0 likes
        Last Post burtoninlondon  
        Started by AaronKoRn, Yesterday, 09:49 PM
        0 responses
        15 views
        0 likes
        Last Post AaronKoRn  
        Started by carnitron, Yesterday, 08:42 PM
        0 responses
        11 views
        0 likes
        Last Post carnitron  
        Started by strategist007, Yesterday, 07:51 PM
        0 responses
        14 views
        0 likes
        Last Post strategist007  
        Working...
        X