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 Mindset, Today, 06:46 AM
        0 responses
        7 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, Yesterday, 05:21 PM
        0 responses
        11 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        13 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        81 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        46 views
        0 likes
        Last Post PaulMohn  
        Working...
        X