Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

CS 0119 error

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

    CS 0119 error

    I'm trying to use TSSuperTrend Indicator in a strategy except I'm getting a CS 0119 error. The variables in the Indicator are:

    #region variables
    private MovingAverageType _maType = MovingAverageType.HMA;
    private SuperTrendMode _smode = SuperTrendMode.ATR;
    #endregion

    And the error lines in the strategy are:
    ...is a 'method', which is not valid in the given context. ...What does this mean and how do you fix it?

    protected
    overridevoid Initialize()
    {
    Add(TSSuperTrend(
    14, TSSuperTrend.Utility.MovingAverageType.HMA, 2.618, 14, TSSuperTrend.Utility.SuperTrendMode.ATR));

    CalculateOnBarClose =
    true;
    }
    The strategy was generated by the Wizard
    Last edited by kenb2004; 06-06-2011, 02:33 PM.

    #2
    Hello,

    There are many post on how to use this indicator in the strategy in the thread on this forum that is quite large on this indicator.

    If I remember correctly you need to add a using statement to the top before you can use this indicator. I did a quick search and found another thread I answered on this below.



    Let me know if I can be of further assistance.
    BrettNinjaTrader Product Management

    Comment


      #3
      Thanks

      I added

      using TradingStudies.NinjaScript.Utility;
      using TSSuperTrend.Utility;

      to declarations

      Then I got a CS0246 error which says to re-import the DLL .
      Where do I get this DLL?

      Comment


        #4
        Hello,

        Can you send me a screenshot of the error as I'm not familiar with this error.

        To send a screenshot press Alt + PRINT SCREEN to take a screen shot of the selected window. Then go to Start--> Accessories--> Paint, and press CRTL + V to paste the image. Lastly, save as a jpeg file and send the file as an attachment.


        I look forward to assisting you further.
        BrettNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

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