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 ETFVoyageur, Today, 07:05 PM
          0 responses
          4 views
          0 likes
          Last Post ETFVoyageur  
          Started by Orion815, 05-02-2024, 08:39 AM
          2 responses
          16 views
          0 likes
          Last Post Orion815  
          Started by suroot, 02-25-2017, 04:43 AM
          11 responses
          2,549 views
          0 likes
          Last Post Zilvercat  
          Started by Rogers101, 05-05-2024, 11:30 AM
          16 responses
          50 views
          0 likes
          Last Post Rogers101  
          Started by ninza33, Today, 12:31 PM
          2 responses
          12 views
          0 likes
          Last Post ninza33
          by ninza33
           
          Working...
          X