Announcement

Collapse
No announcement yet.

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.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    93 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    138 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    123 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    73 views
    0 likes
    Last Post PaulMohn  
    Working...
    X