Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Any way to convert quickly dataseries to double ?

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

    Any way to convert quickly dataseries to double ?

    Hi everybody,

    I would like to know how could I convert a dataseries variable to a double variable. Can't do it with cast...
    Because I need to do something like : (double) Soustraction = (Dataseries) Number1 - (Dataseries) Number1[1]

    Thanks a lot !

    After

    #2
    After,

    Thank you for your post.

    Are you looking to get the double return of the DataSeries object?

    DataSeries is essentially an array and not able to convert this.

    You would need to call the index of the array which returns the double value at that index
    (double) Soustraction = Number1[0] - Number1[1]
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      Haaaan that's it, it works. I didn't think I have to call the index of the array as we don't specify it when we load a Plot.

      Thanks !

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      132 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      74 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      117 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      113 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      89 views
      0 likes
      Last Post CarlTrading  
      Working...
      X