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 judysamnt7, 03-13-2023, 09:11 AM
          4 responses
          53 views
          0 likes
          Last Post DynamicTest  
          Started by ScottWalsh, Today, 06:52 PM
          4 responses
          33 views
          0 likes
          Last Post ScottWalsh  
          Started by olisav57, Today, 07:39 PM
          0 responses
          5 views
          0 likes
          Last Post olisav57  
          Started by trilliantrader, Today, 03:01 PM
          2 responses
          19 views
          0 likes
          Last Post helpwanted  
          Started by cre8able, Today, 07:24 PM
          0 responses
          6 views
          0 likes
          Last Post cre8able  
          Working...
          X