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

getting error

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

    getting error

    Hi,
    I am new to programming and writing my first program getting the error.

    UpDownTradeVolumeNV() does not exit in the current context...what can be the problem..
    actually code :

    protected override void OnBarUpdate()
    {
    UpVol.Set( UpDownTradeVolumeNV().UpVolume[0] );
    DownVol.Set( -UpDownTradeVolumeNV().DownVolume[0] );
    ZeroLine.Set( 0.00 );
    }


    Thanks in advance.

    Bill

    #2
    Hello Bill,

    Thank you for your note.

    I am not aware of UpDownTradeVolumeNV.

    Is this a custom indicator that you have?
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      example in this book

      Comment


        #4
        Bill,

        Did you create the first indicator for the UpDownTradeVolumeNV?

        Additionally, are you using the correct name for it? The error indicates that the current name UpDownTradeVolumeNV does not exist in your indicators
        Cal H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by DawnTreader, 05-08-2024, 05:58 PM
        7 responses
        25 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by sgordet, Today, 05:24 AM
        0 responses
        4 views
        0 likes
        Last Post sgordet
        by sgordet
         
        Started by royhagerman, Today, 04:30 AM
        0 responses
        1 view
        0 likes
        Last Post royhagerman  
        Started by haas88, 03-21-2024, 02:22 AM
        18 responses
        208 views
        0 likes
        Last Post haas88
        by haas88
         
        Started by Board game geek, Today, 02:20 AM
        0 responses
        7 views
        0 likes
        Last Post Board game geek  
        Working...
        X