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

Strategy using the Nasdaq Volume symbol ^NTV

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

    Strategy using the Nasdaq Volume symbol ^NTV

    Hi,

    I would like to include the NASDAQ volume on my strategy using symbol ^NTV. However, I am having problems to set up my strategy

    On OnStageChange() I added

    AddDataSeries("^NTV", BarsPeriodType.Volume,1)

    How to I get the value of the daily volume on my OnBarUpdate code?

    I appreciate any help you can provide..

    Thank,

    Joe


    #2
    Hello joevieira,

    Thank you for your post.

    I'd recommend adding a daily data series then using Volumes[1][0] to retrieve the current daily volume for each day. (Assuming the added data series is the only added series, if there are others before it you'd need to use the appropriate bars array index).

    Please let us know if we may be of further assistance to you.
    Kate W.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ETFVoyageur, Today, 02:15 AM
    5 responses
    29 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by drnoggin, Today, 12:19 PM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by synthhokie, Today, 12:00 PM
    1 response
    16 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by moneyexe, Today, 11:22 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by stevec1824, Today, 11:00 AM
    2 responses
    8 views
    0 likes
    Last Post stevec1824  
    Working...
    X