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

Global Namespace Error when saving

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

    Global Namespace Error when saving

    I tried to save the SlingShot indicator under a different name and got a Global Names Space error (see attached). I am not familiar with the Global namespace.
    Attached Files

    #2
    Please expand and repost the error message at the botton, likely the issue is the same public enum used in two indicators now...
    BertrandNinjaTrader Customer Service

    Comment


      #3
      To avoid this compiler conflict described by Bertrand, you could put the indicator's name into the enum's name, for example:

      public enum SlingShotPB_maType

      If you copy your indicator now, then NT substitutes SlingShotPB with the target indicator name and your naming conflict is gone.

      Regards
      Ralph

      Comment


        #4
        ThatManFromTexas, (<-love the screen name!)

        For more information on enum and a sample, go here:


        Last edited by mountainclimber; 05-07-2010, 10:03 AM.

        Comment


          #5
          Originally posted by Ralph View Post
          To avoid this compiler conflict described by Bertrand, you could put the indicator's name into the enum's name, for example:

          public enum SlingShotPB_maType

          If you copy your indicator now, then NT substitutes SlingShotPB with the target indicator name and your naming conflict is gone.

          Regards
          Ralph
          Thanks for your input. I had finally figured that part out. I also had to make changes in the properties section. At any rate I have it all working now.

          Comment


            #6
            Originally posted by mountainclimber View Post
            ThatManFromTexas, (<-love the screen name!)

            For more information on enum and a sample, go here:


            ______________________________
            Thank you for the info.

            ThatManFromTexas is NOT my real name. My real name is Handsome Stranger. I was named after my father...
            Last edited by ThatManFromTexas; 08-07-2010, 11:03 PM.

            Comment


              #7
              ha ha! Love it... Yeah, my real name isn't really mountainclimber, its Really Smart Guy.
              Edit: and I'm not named after my father ha ha
              Last edited by mountainclimber; 05-07-2010, 10:03 AM.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by bmartz, 03-12-2024, 06:12 AM
              2 responses
              19 views
              0 likes
              Last Post bmartz
              by bmartz
               
              Started by funk10101, Today, 12:02 AM
              0 responses
              3 views
              0 likes
              Last Post funk10101  
              Started by gravdigaz6, Yesterday, 11:40 PM
              1 response
              8 views
              0 likes
              Last Post NinjaTrader_Manfred  
              Started by MarianApalaghiei, Yesterday, 10:49 PM
              3 responses
              10 views
              0 likes
              Last Post NinjaTrader_Manfred  
              Started by XXtrader, Yesterday, 11:30 PM
              0 responses
              4 views
              0 likes
              Last Post XXtrader  
              Working...
              X