Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Compilation error

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

    Compilation error

    After editing a strategy named "FibSound1" I clicked on Finish button then I got "Error on generating Strategy". Under the code, I found this diagnosis :
    Description : The namespace 'NinjaTrader.Indicator' already contains a definition for 'DepthReferenceSample'
    File : DepthReferenceSample.cs Line : 19 Column : 18

    Here are the first lines of my code :

    #region Using declarations
    using System;
    using System.ComponentModel;
    using System.Diagnostics;
    using System.Drawing;
    using System.Drawing.Drawing2D;
    using System.Xml.Serialization;
    using NinjaTrader.Cbi;
    using NinjaTrader.Data;
    using NinjaTrader.Indicator;
    using NinjaTrader.Strategy;
    #endregion

    // This namespace holds all strategies and is required. Do not change it.
    namespace NinjaTrader.Strategy
    {
    /// <summary>
    /// Sounds Fibonacci retracements
    /// </summary>
    [Description("Sounds Fibonacci retracements")]
    [Gui.Design.DisplayName("FibSound1")]
    public class FibSound1 : Strategy

    I went back to Edit and deleted the DepthReferenceSample (that you recently uploaded on this forum). I renewed the compilation and it went right.
    I've had this very problem several times before and I did not put it on the forum because I was not sure whether I had imported the DepthReferenceSample properly; but now DepthReference indicator works on my chart and I am sure the problem comes from the compilation process.

    #2
    >> The namespace 'NinjaTrader.Indicator' already contains a definition for 'DepthReferenceSample'
    Means: there are two different files holding 2 classes with the same name: 'DepthReferenceSample'

    Comment


      #3
      I've cleaned up my directories and compilation works fine, thanks.

      Comment

      Latest Posts

      Collapse

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