Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Number of bars per session

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

    #16
    Hello matt_,

    Testing this script, it does appear you are adding elements to the myArray array correctly.

    Try printing the values for this.
    Code:
    for (int i = 0; i < myArray.Count; i++)
    {
    	Print(string.Format("i: {0} | myArray[{0}]: {1}", i, myArray[i] ));
    }
    Chelsea B.NinjaTrader Customer Service

    Comment


      #17
      Thank you Chelsea
      This works well, it may be me but could you advise why there is a count up to and before the for loop there is nothing in the code for this to print, this is why I thought the array was not holding the total bars per session value?
      Attached Files

      Comment


        #18
        Hello matt_,

        Testing your script, I am not able to reproduce that behavior.

        Are you certain the print is not coming from another script?

        Are you certain that you have compiled this script since last making changes?
        Attached Files
        Chelsea B.NinjaTrader Customer Service

        Comment


          #19
          Hi Chelsea
          My mistake it was another script sorry about that and thanks for all the help

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by bortz, 11-06-2023, 08:04 AM
          47 responses
          1,603 views
          0 likes
          Last Post aligator  
          Started by jaybedreamin, Today, 05:56 PM
          0 responses
          8 views
          0 likes
          Last Post jaybedreamin  
          Started by DJ888, 04-16-2024, 06:09 PM
          6 responses
          18 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Started by Jon17, Today, 04:33 PM
          0 responses
          4 views
          0 likes
          Last Post Jon17
          by Jon17
           
          Started by Javierw.ok, Today, 04:12 PM
          0 responses
          12 views
          0 likes
          Last Post Javierw.ok  
          Working...
          X