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 cre8able, Yesterday, 01:16 PM
          3 responses
          11 views
          0 likes
          Last Post cre8able  
          Started by ChartTourist, Today, 08:22 AM
          0 responses
          5 views
          0 likes
          Last Post ChartTourist  
          Started by LiamTwine, Today, 08:10 AM
          0 responses
          2 views
          0 likes
          Last Post LiamTwine  
          Started by Balage0922, Today, 07:38 AM
          0 responses
          5 views
          0 likes
          Last Post Balage0922  
          Started by JoMoon2024, Today, 06:56 AM
          0 responses
          6 views
          0 likes
          Last Post JoMoon2024  
          Working...
          X