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 Max238, Today, 01:28 AM
          4 responses
          34 views
          0 likes
          Last Post Max238
          by Max238
           
          Started by r68cervera, Today, 05:29 AM
          1 response
          7 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by geddyisodin, Today, 05:20 AM
          1 response
          11 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by timko, Today, 06:45 AM
          2 responses
          13 views
          0 likes
          Last Post NinjaTrader_ChristopherJ  
          Started by habeebft, Today, 07:27 AM
          0 responses
          6 views
          0 likes
          Last Post habeebft  
          Working...
          X