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.
    JesseNinjaTrader Customer Service

    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.
        JesseNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by wzgy0920, 04-20-2024, 06:09 PM
        2 responses
        26 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 02-22-2024, 01:11 AM
        5 responses
        32 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, Yesterday, 09:53 PM
        2 responses
        49 views
        0 likes
        Last Post wzgy0920  
        Started by Kensonprib, 04-28-2021, 10:11 AM
        5 responses
        192 views
        0 likes
        Last Post Hasadafa  
        Started by GussJ, 03-04-2020, 03:11 PM
        11 responses
        3,234 views
        0 likes
        Last Post xiinteractive  
        Working...
        X