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

Error compiling indicator

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

    Error compiling indicator

    Hello,

    I got this error when I compiling my new indicator:

    ERROR: Unexpected preprocessor directive
    CODE: CS1028 - click for info
    Line: 473
    Column: 4

    In the line 473 I have #endregion on column 3

    If you need a screenshot of my code please let me know.

    Thanks,

    Alan

    #2
    What the directive is saying that it cannot match up the other side of the preprocessor direction, in this case it is a region.

    In your code you need to have:

    #region Some name you give it
    Your normal code
    #endregion

    So the #region, #endregion are like brackets typically used to "shrink" the look of code so you don't have to scroll through everything. Basically cosmetic in nature.

    The other option would be to delete or comment out the #endregion.

    Comment


      #3
      Hello Alan,

      Thank you for your post and thank you to Tasker-182.

      Yes, you would need to start the #region or comment out the #endregion.
      Cal H.NinjaTrader Customer Service

      Comment


        #4
        Thank you Tasker and Cal, I already comment out the #endregion and it worked like a charm...

        Happy Eastern!

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by andrewtrades, Today, 04:57 PM
        1 response
        10 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by chbruno, Today, 04:10 PM
        0 responses
        6 views
        0 likes
        Last Post chbruno
        by chbruno
         
        Started by josh18955, 03-25-2023, 11:16 AM
        6 responses
        436 views
        0 likes
        Last Post Delerium  
        Started by FAQtrader, Today, 03:35 PM
        0 responses
        9 views
        0 likes
        Last Post FAQtrader  
        Started by rocketman7, Today, 09:41 AM
        5 responses
        20 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X