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 JonesJoker, 04-22-2024, 12:23 PM
        8 responses
        41 views
        0 likes
        Last Post JonesJoker  
        Started by timko, Today, 06:45 AM
        0 responses
        3 views
        0 likes
        Last Post timko
        by timko
         
        Started by Waxavi, 04-19-2024, 02:10 AM
        2 responses
        37 views
        0 likes
        Last Post poeds
        by poeds
         
        Started by chbruno, Yesterday, 04:10 PM
        1 response
        44 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by Max238, Today, 01:28 AM
        1 response
        25 views
        0 likes
        Last Post CactusMan  
        Working...
        X