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

Reading csv text input files

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

    Reading csv text input files

    How can I read in a csv file in c#?

    I have downloaded this dll:



    and added a reference to it using right-click -> References in the ninjascript editior, but when I compile the program, the line:

    chilkat.Csv csv = new chilkat.Csv();

    causes an error "Type or namespace name 'Csv' does not exist in the namespace 'chilkat' (are you missing an assembly reference'?)"

    What is the easiest way to read in a two column csv file of doubles into my ninja script program?

    Thanks,
    Matthew.

    #2
    Matthew, there are easier ways to read from a .csv file than some custom .dll you found on the web. Unfortunately this is beyond the level of support we provide. I would recommend a simple Google search for "C# csv" to get started.
    AustinNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CortexZenUSA, Today, 12:53 AM
    0 responses
    1 view
    0 likes
    Last Post CortexZenUSA  
    Started by CortexZenUSA, Today, 12:46 AM
    0 responses
    1 view
    0 likes
    Last Post CortexZenUSA  
    Started by usazencortex, Today, 12:43 AM
    0 responses
    5 views
    0 likes
    Last Post usazencortex  
    Started by sidlercom80, 10-28-2023, 08:49 AM
    168 responses
    2,265 views
    0 likes
    Last Post sidlercom80  
    Started by Barry Milan, Yesterday, 10:35 PM
    3 responses
    12 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X