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

inaccessible due to its protection level

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

    inaccessible due to its protection level

    I am developing several indicators and strategies that are co-dependent on each other. I made the mistake of changing some variable names and now I get this same compile error in every file being developed.

    "inaccessible due to its protection level"

    Is this cached somewhere that I need to clear it out before getting these files to compile again?



    #2
    What this means is that you have a script calling another script where likely the variable is private instead of public etc...
    RayNinjaTrader Customer Service

    Comment


      #3
      Thanks Ray, that is the problem...

      Those haven't stuck out for me quite as well as "global" does... until now.

      Comment


        #4
        You are welcome, I am glad its resolved.
        RayNinjaTrader Customer Service

        Comment


          #5
          Hi...I am getting the same error...how do I fix?

          Comment


            #6
            Originally posted by birdog View Post
            Hi...I am getting the same error...how do I fix?
            You declare the errant variable with the correct access level: usually protected or public.

            Comment


              #7
              I found the offending variable...thank you...

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by rdtdale, Today, 01:02 PM
              0 responses
              1 view
              0 likes
              Last Post rdtdale
              by rdtdale
               
              Started by alifarahani, Today, 09:40 AM
              3 responses
              15 views
              0 likes
              Last Post NinjaTrader_Jesse  
              Started by RookieTrader, Today, 09:37 AM
              4 responses
              18 views
              0 likes
              Last Post RookieTrader  
              Started by PaulMohn, Today, 12:36 PM
              0 responses
              5 views
              0 likes
              Last Post PaulMohn  
              Started by love2code2trade, 04-17-2024, 01:45 PM
              4 responses
              40 views
              0 likes
              Last Post love2code2trade  
              Working...
              X