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

string data series

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

    string data series

    Hello,

    I have successfully created with no issue:
    [XmlIgnore]
    public Series<double> HiNote
    {
    get { return Values[1]; }
    }

    I want to create a Series<string> HiNote. However, when I change double to string, I get an error telling me I cannot convert a double to a string. Is there a different Value I can use?

    Thanks!

    #2
    Hello morrnel,

    Thanks for your post.

    Can you provide further context of what you are trying to accomplish?

    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Sure. I want to add some text to certain bars that I can use later in my analysis.

      Comment


        #4
        Hello morrnel,

        Thanks for your reply.

        Please see the help guide here on dataseries string class: https://ninjatrader.com/support/help...ries_class.htm
        Paul H.NinjaTrader Customer Service

        Comment


          #5
          Worked like a charm. Thanks.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Jonker, Today, 01:19 PM
          0 responses
          1 view
          0 likes
          Last Post Jonker
          by Jonker
           
          Started by futtrader, Today, 01:16 PM
          0 responses
          5 views
          0 likes
          Last Post futtrader  
          Started by Segwin, 05-07-2018, 02:15 PM
          14 responses
          1,791 views
          0 likes
          Last Post aligator  
          Started by Jimmyk, 01-26-2018, 05:19 AM
          6 responses
          844 views
          0 likes
          Last Post emuns
          by emuns
           
          Started by jxs_xrj, 01-12-2020, 09:49 AM
          6 responses
          3,294 views
          1 like
          Last Post jgualdronc  
          Working...
          X