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

Moving Avg calculation question.

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

    Moving Avg calculation question.

    Some of my indicators have an internal private DataSeries.
    For example: myValue = new DataSeries(this);
    There may be some bars that don't have a myValue associated with them. What happens if I input the myValue DataSeries into a Moving Average indicator such as EMA
    e.g. EMA(myValue, 23)[0] where the period encompasses some of the bars with no myValue? How does EMA evaluate the previous 23 bars when some of the bars have no myValue associated with some of the bars? Thanks.

    #2
    If you don't stuff in any value, then NT takes the a default which is "Input[0]" which is defaulted to "Close[0]".

    Comment


      #3
      What if my calculated values that I am stuffing in to the myValue DataSeries have no relationship to Input[0] and aren't even the same order of magnitude of Input[0]? What if myValue is, for instance, the number of days since the last full moon except in certain circumstances?

      Comment


        #4
        Then it will take the close of the underlying bar series.
        RayNinjaTrader Customer Service

        Comment


          #5
          Thanks, all. I think I've figured out a way to stuff a good approximation of what I want into my currently "vacant" spots on my DataSeries.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by pvincent, 06-23-2022, 12:53 PM
          14 responses
          238 views
          0 likes
          Last Post Nyman
          by Nyman
           
          Started by TraderG23, 12-08-2023, 07:56 AM
          9 responses
          382 views
          1 like
          Last Post Gavini
          by Gavini
           
          Started by oviejo, Today, 12:28 AM
          0 responses
          1 view
          0 likes
          Last Post oviejo
          by oviejo
           
          Started by pechtri, 06-22-2023, 02:31 AM
          10 responses
          125 views
          0 likes
          Last Post Leeroy_Jenkins  
          Started by judysamnt7, 03-13-2023, 09:11 AM
          4 responses
          59 views
          0 likes
          Last Post DynamicTest  
          Working...
          X