Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

BuySellVolume in Help guide incomplete

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

    BuySellVolume in Help guide incomplete

    Hi,

    Please look at this link:



    The syntax show something for an MA, not for the BuySellVolume. Could you please show me here what the correct syntax and available overloads are?

    Thanks much.

    #2
    Thanks for the spot and report coolmoss, we will update our docs.

    For accessing it's values you can use -

    double sells = BuySellVolume().Values[0][0];
    double sellsAndBuys = BuySellVolume().Values[1][0];

    Comment


      #3
      Thanks Bertrand,

      Are you sure about the syntax you posted? At first glance, the two sets of square brackets make it look like you're referencing a different time series.

      If this is correct, how would the syntax change for a multi series script?

      Comment


        #4
        Yes, they are correct - you access an array of series here, hence the double square brackets needed.

        You can of course also pass an IDataSeries to the indicator (any indicator in NT) :

        double sells = BuySellVolume(Closes[2]).Values[0][0];
        double sellsAndBuys = BuySellVolume(Closes[2]).Values[1][0];

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        168 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        323 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        247 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        350 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        179 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X