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

enum question

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

    enum question

    I have a question concerning enumeration.

    I have created enum and initialize them in myIndicator class.

    When I tried to change Category to GridCategory in the properties section it seems that they can't find the enum.

    If I put the enum outside myIndicator class and in the Ninja indicator workspace it works.

    I would prefer to keep enum in myIndicator class because :

    what would happen if I export the indicator and the enum in myIndicator comes in conflict with another custom indicator ?



    Thanks

    #2
    Hello,

    Thanks for the forum post.

    Unfortunately it would need to be external is the only way I have been able to get them to work.

    Let me know if I can be of further assistance.

    Comment


      #3
      Brett

      Thank you for your quick response

      But
      what would happen if I export the indicator and the enum in myIndicator comes in conflict with another custom indicator ?

      Thanks

      Comment


        #4
        Hello,

        You would have a compile error in this case/ would not be able to import.

        So make sure that when you export you give it a unique name.

        THanks.

        Comment


          #5
          Thank you very much Brett


          Bernard

          Comment


            #6
            Hello,

            Also, I got more clarification. It needs to be farther out then just indicator.name.

            Would want to follow the guidelines here:



            Let me know if I can be of further assistance.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by jeronymite, 04-12-2024, 04:26 PM
            3 responses
            40 views
            0 likes
            Last Post jeronymite  
            Started by bill2023, Today, 08:51 AM
            2 responses
            16 views
            0 likes
            Last Post bill2023  
            Started by sidlercom80, 10-28-2023, 08:49 AM
            167 responses
            2,260 views
            0 likes
            Last Post jeronymite  
            Started by warreng86, 11-10-2020, 02:04 PM
            7 responses
            1,362 views
            0 likes
            Last Post NinjaTrader_Manfred  
            Started by Perr0Grande, Today, 08:16 PM
            0 responses
            5 views
            0 likes
            Last Post Perr0Grande  
            Working...
            X