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

ArrayList Construct - What am I doing wrong?

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

    ArrayList Construct - What am I doing wrong?

    Hi there,

    I keep getting an error whenever I try to declare the following ArrayList in my variables region:

    Code:
    private ArrayList s5_Volume_SpikeList = new ArrayList();
    I'm assuming this is the proper syntax or?

    #2
    Hello Spiderbird,

    ArrayList is going to be a C# object, but I can compile with that syntax without any issue. Do you have another error when you are compiling by chance, or are you declaring the System.Collections as a reference?

    http://msdn.microsoft.com/en-us/libr...v=VS.100).aspx

    Let us know if we can be of further assistance.
    JCNinjaTrader Customer Service

    Comment


      #3
      Thanks JC! That's exactly what it was.. (i.e., I neglected to put "using System.Collections;" in my "#region Using declarations" section at the very top of my script.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Radano, 06-10-2021, 01:40 AM
      19 responses
      604 views
      0 likes
      Last Post Radano
      by Radano
       
      Started by KenneGaray, Today, 03:48 AM
      0 responses
      3 views
      0 likes
      Last Post KenneGaray  
      Started by thanajo, 05-04-2021, 02:11 AM
      4 responses
      470 views
      0 likes
      Last Post tradingnasdaqprueba  
      Started by aa731, Today, 02:54 AM
      0 responses
      5 views
      0 likes
      Last Post aa731
      by aa731
       
      Started by Christopher_R, Today, 12:29 AM
      0 responses
      10 views
      0 likes
      Last Post Christopher_R  
      Working...
      X