Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

ERROR code CS0246

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

    ERROR code CS0246

    I am getting this error message:
    - The type or namespace name 'OscilatorList' could not be found (are you missing a using directive or an assembly reference?)

    The errors are occuring in this section;
    #region NinjaScript generated code. Neither change nor remove.
    // This namespace holds all indicators and is required. Do not change it.
    namespace NinjaTrader.Indicator
    ...
    ...
    public OscilatorDivergenceVbeta OscilatorDivergenceVbeta(int barSensitivity, int fastPeriod, OscilatorList indicatorType, int lookbackPeriod, int signalPeriod, int slowPeriod)

    And other similar sections.

    My code looks correct according to "Creating a user-defined parameter type (enum)" code. Please help debug. Thanks, Zac
    Attached Files

    #2
    Zac, the public enum should be in the properties section of the code, please try moving it there and see if it helps.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Thanks for pointing me in the right direction. Actually, I had to place the enum code outside of the 'namespace NinjaTrader.Indicator' section. It's often the simple things that are easily over looked

      Comment


        #4
        Zac, glad to hear it's resolved for you.
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by giulyko00, Yesterday, 12:03 PM
        2 responses
        10 views
        0 likes
        Last Post giulyko00  
        Started by r68cervera, Today, 05:29 AM
        0 responses
        3 views
        0 likes
        Last Post r68cervera  
        Started by geddyisodin, Today, 05:20 AM
        0 responses
        6 views
        0 likes
        Last Post geddyisodin  
        Started by JonesJoker, 04-22-2024, 12:23 PM
        6 responses
        36 views
        0 likes
        Last Post JonesJoker  
        Started by GussJ, 03-04-2020, 03:11 PM
        12 responses
        3,241 views
        0 likes
        Last Post Leafcutter  
        Working...
        X