Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by AaronKoRn, Today, 09:49 PM
    0 responses
    11 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Today, 08:42 PM
    0 responses
    10 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Today, 07:51 PM
    0 responses
    11 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,980 views
    3 likes
    Last Post jhudas88  
    Started by rbeckmann05, Today, 06:48 PM
    0 responses
    9 views
    0 likes
    Last Post rbeckmann05  
    Working...
    X