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 kevinenergy, 02-17-2023, 12:42 PM
          118 responses
          2,778 views
          1 like
          Last Post kevinenergy  
          Started by briansaul, Today, 05:31 AM
          0 responses
          9 views
          0 likes
          Last Post briansaul  
          Started by traderqz, Yesterday, 12:06 AM
          11 responses
          28 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by PaulMohn, Today, 03:49 AM
          0 responses
          9 views
          0 likes
          Last Post PaulMohn  
          Started by inanazsocial, Today, 01:15 AM
          1 response
          12 views
          0 likes
          Last Post NinjaTrader_Jason  
          Working...
          X