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

Trying to load indicator: Is a method but is used like a type

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

    Trying to load indicator: Is a method but is used like a type

    Hey fellas -

    I'm trying to load this indicator into my custom strategy but I get this error on compiling. What does it mean as this is the first time I've had this issue with any indicator?

    NinjaScript File Error Code Line Column
    TestScript.cs 'NinjaTrader.NinjaScript.Strategies.Strategy.amaTr adersDynamicIndex(int, int, int, int, double)' is a 'method' but is used like a 'type' CS0118 33 11

    I've attached my simple test script and the indicator code.

    Thanks!
    Attached Files

    #2
    Hello PN720,
    Thanks for your post.

    Change the way you are instantiating the indicator from
    Code:
    private amaTradersDynamicIndex TDIInd;
    to
    Code:
    private Indicators.LizardIndicators.amaTradersDynamicIndex TDIInd;
    You need to do this when you are calling your indicators from a folder.
    Josh G.NinjaTrader Customer Service

    Comment


      #3
      Ah, makes sense, thanks again!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Irukandji, Today, 04:58 AM
      0 responses
      2 views
      0 likes
      Last Post Irukandji  
      Started by fitspressoburnfat, Today, 04:25 AM
      0 responses
      2 views
      0 likes
      Last Post fitspressoburnfat  
      Started by Skifree, Today, 03:41 AM
      1 response
      4 views
      0 likes
      Last Post Skifree
      by Skifree
       
      Started by usazencort, Today, 01:16 AM
      0 responses
      1 view
      0 likes
      Last Post usazencort  
      Started by kaywai, 09-01-2023, 08:44 PM
      5 responses
      604 views
      0 likes
      Last Post NinjaTrader_Jason  
      Working...
      X