Announcement

Collapse
No announcement yet.

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 Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          601 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          347 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          103 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          559 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          558 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X