Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

in what type of DataSeries should be the "object" type stored?

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

    in what type of DataSeries should be the "object" type stored?

    There are IntSeries,BoolSeries, DataSeries...

    is the "DataSeries" correct place to store object types?
    i.e.
    xyz = new DataSeries(this)...

    Code:
    if CurrentBar=123
    xyz.Set(myObject);
    Or that is only preferred for storing of "double/float" types values, as the first sentence says here?

    What I should do when I want to store Objects?
    Last edited by ttodua; 04-30-2020, 02:24 AM.

    #2
    Hi ttodua, thanks for your question.

    In NinjaTrader 7 there is not a customizable Series<T> object like we have in NinjaTrader 8. You would need to make your own list of objects with a List<T>.

    Please let me know if I can assist any further.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    621 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    359 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    562 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    566 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X