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 yertle, Today, 08:38 AM
    0 responses
    1 view
    0 likes
    Last Post yertle
    by yertle
     
    Started by Mestor, 03-10-2023, 01:50 AM
    15 responses
    378 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by samish18, Yesterday, 08:57 AM
    10 responses
    27 views
    0 likes
    Last Post samish18  
    Started by matty89, 03-02-2020, 08:31 AM
    34 responses
    3,039 views
    1 like
    Last Post NinjaTrader_BrandonH  
    Started by kujista, Today, 05:44 AM
    3 responses
    14 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X