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 Waxavi, 04-19-2024, 02:10 AM
        2 responses
        36 views
        0 likes
        Last Post poeds
        by poeds
         
        Started by chbruno, Yesterday, 04:10 PM
        1 response
        44 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by Max238, Today, 01:28 AM
        1 response
        23 views
        0 likes
        Last Post CactusMan  
        Started by giulyko00, Yesterday, 12:03 PM
        2 responses
        10 views
        0 likes
        Last Post giulyko00  
        Started by r68cervera, Today, 05:29 AM
        0 responses
        4 views
        0 likes
        Last Post r68cervera  
        Working...
        X