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

References for Draw Methods

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

    References for Draw Methods

    I am trying to create a dll that uses the NT drawing methods. I get the following error "The name 'DrawArrowDown' does not exist in the current context". I assumed this was because I did not have the correct reference to the NT components that handles drawing tasks.
    Am I on the right track, and what NT component should I include in my "references" to resolve this compilation error.

    Many thanks.

    #2
    Unfortunately creating custom DLLs outside NT is beyond of what can support.

    However, Right click->References in the NinjaScript editor could give you an idea on what is needed.

    Comment


      #3
      The draw methods belong to the StrategyBase and IndicatorBase classes, so you would need a reference to an instance of a strategy or indicator to call these methods on.

      Comment


        #4
        Thanks gert74, that worked, and saved me a lot of time thrashing around in the dark. Using methods like DrawArrowDown is now recognised and compiles.
        I am new to this, so please excuse my ignorance...if I am trying to use a method like the DrawArrowDown from my external class (dll), are there any object references that I need to pass to my external method (that uses the DrawArrowDown) to ensure the arrow is drawn on the chart? In other words, the chart implements an Indicator that makes a call to my external class and method, which perfoms some calculations then plots an arrow on the chart.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by frslvr, 04-11-2024, 07:26 AM
        6 responses
        105 views
        1 like
        Last Post NinjaTrader_BrandonH  
        Started by trilliantrader, 04-18-2024, 08:16 AM
        6 responses
        26 views
        0 likes
        Last Post trilliantrader  
        Started by arvidvanstaey, Yesterday, 02:19 PM
        5 responses
        14 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by Rapine Heihei, Yesterday, 08:25 PM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by Mongo, Yesterday, 11:05 AM
        6 responses
        27 views
        0 likes
        Last Post Mongo
        by Mongo
         
        Working...
        X