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 NullPointStrategies, Today, 05:17 AM
    0 responses
    38 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    124 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    64 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    41 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X