Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Compile errors in Beta 12...

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

    Compile errors in Beta 12...

    I just ran across this issue after installing Beta 12 when compiling in Ninja Editor. It seems similar to my other find in this thread



    I have not used nor written anything new since updating to Beta 12. I've tried resetting the database like in previous posted issue and it does not correct this issue. See attached.

    The error seems to be in the compiler. When compiling it returns "indicator" and I *assume* it's looking for "Indicator" (initial caps). I've tried to do a "replace" on one of my indicators but it still compiles in lowercase. (See this small example)
    Code:
    namespace NinjaTrader.NinjaScript.MarketAnalyzerColumns
    {
    	public partial class MarketAnalyzerColumn : MarketAnalyzerColumnBase
    	{
    		public Indicators.ADL ADL()
    		{
    			return indicator.ADL(Input);
    		}
    
    		public Indicators.ADL ADL(ISeries<double> input )
    		{
    			return indicator.ADL(input);
    		}
    	}
    }
    Attached Files
    Last edited by funk101; 07-20-2016, 05:23 AM.

    #2
    Hello,

    Thank you for the post.

    Generally errors pertaining to the NinjaScript generated code would be related to either a Syntax error that was created in the code being used in a custom script, or a reference error. These are just guesses at this point though. Additionally I see you have emailed in on this issue so I will follow up further through email.

    I look forward to being of further assistance.

    Comment


      #3
      Ok, I have removed ALL my custom indicators and the error still persists. It only shows all the NT base indicators.

      Comment


        #4
        Hello,

        Thank you for the reply.

        I had included steps for you test in the reply I made to the email you sent in.

        To prevent duplicate replies or work on either of our part, please follow up through the email only from this point and I will be happy to assist further.

        I look forward to being of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        656 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        371 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        109 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        574 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        579 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X