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 algospoke, Yesterday, 06:40 PM
    2 responses
    19 views
    0 likes
    Last Post algospoke  
    Started by ghoul, Today, 06:02 PM
    3 responses
    14 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by jeronymite, 04-12-2024, 04:26 PM
    3 responses
    45 views
    0 likes
    Last Post jeronymite  
    Started by Barry Milan, Yesterday, 10:35 PM
    7 responses
    20 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by AttiM, 02-14-2024, 05:20 PM
    10 responses
    180 views
    0 likes
    Last Post jeronymite  
    Working...
    X