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 yertle, Yesterday, 08:38 AM
        7 responses
        28 views
        0 likes
        Last Post yertle
        by yertle
         
        Started by bmartz, 03-12-2024, 06:12 AM
        2 responses
        21 views
        0 likes
        Last Post bmartz
        by bmartz
         
        Started by funk10101, Today, 12:02 AM
        0 responses
        4 views
        0 likes
        Last Post funk10101  
        Started by gravdigaz6, Yesterday, 11:40 PM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by MarianApalaghiei, Yesterday, 10:49 PM
        3 responses
        11 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Working...
        X