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 Waxavi, Today, 02:10 AM
        0 responses
        3 views
        0 likes
        Last Post Waxavi
        by Waxavi
         
        Started by TradeForge, Today, 02:09 AM
        0 responses
        8 views
        0 likes
        Last Post TradeForge  
        Started by Waxavi, Today, 02:00 AM
        0 responses
        2 views
        0 likes
        Last Post Waxavi
        by Waxavi
         
        Started by elirion, Today, 01:36 AM
        0 responses
        4 views
        0 likes
        Last Post elirion
        by elirion
         
        Started by gentlebenthebear, Today, 01:30 AM
        0 responses
        4 views
        0 likes
        Last Post gentlebenthebear  
        Working...
        X