Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Problem with VWMA

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

    Problem with VWMA

    I am currently encountering the following problem while trying to build a smoothed VPCI indicator.

    21.05.2008 17:32:49;Default;Error on calling the 'OnBarUpdate' method for indicator 'VWMA' on bar 1: Object reference not set to an instance of an object.;

    The VPCI implementation is the one posted here:



    The OnBarUpdate code for my indicator is:
    VPCI.Set(VolumePriceConfirmation(LongTerm, ShortTerm)[0]);
    SmoothedVPCI.Set(VWMA(VPCI, Period)[0]);

    Any ideas?

    #2
    Thanks for bringing this up. We will look into it.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      The VWMA only runs on bars series, since it's basically a calculation based on volume and the VPCI is just an indicator and has no volume (and no open, high, low, close) whatsoever.

      Comment


        #4
        Thanks, that makes perfect sense..

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        582 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        338 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
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        552 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X