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

Looks for suggestion to record data stream

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

    Looks for suggestion to record data stream

    Hello,

    I have some computed values. These are calculated for each bar, in real time only. I'm looking to store that data, but would like to be able to restore it on historical charts, of any time frame, from the restored data.

    for example. I store data for 100 tick bars. 1 value per bar. I'd like to load another 100 tick chart at some point in the future and have it re-load the data and display it into the indicator. Ideally, I guess this should work just like historical data from an instrument. i.e. I create a custom tick series and write the information to that file. Is there anything NT wise to leverage to accomplish this?

    I could just store in the data in a csv/db along with date/time and try to match with corresponding bars, but I thought I would ask in case there is a better solution that exists?

    Thanks for any suggestions.

    #2
    Hello pjsmith,

    Thank you for the post.

    There is nothing exposed in NinjaScript to save/restore a series or data. For this type of saving you would need to implement your own system. Using csv or serializing the data would be some possibilities, those are likely the easiest. You could additionally look into more advanced options using databases or external libraries, it would really be up to your design and amount of data needed to be stored.


    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by WeyldFalcon, 12-10-2020, 06:48 PM
    14 responses
    1,427 views
    0 likes
    Last Post Handclap0241  
    Started by Barry Milan, Today, 10:35 PM
    0 responses
    6 views
    0 likes
    Last Post Barry Milan  
    Started by DJ888, Yesterday, 06:09 PM
    2 responses
    9 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Started by jeronymite, 04-12-2024, 04:26 PM
    3 responses
    40 views
    0 likes
    Last Post jeronymite  
    Started by bill2023, Today, 08:51 AM
    2 responses
    16 views
    0 likes
    Last Post bill2023  
    Working...
    X