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

Connecting Indicator with 3 party addon

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

    Connecting Indicator with 3 party addon

    I need assistance for an Idea, to change one indicator to take information from 3 party addon, and plot it on the chart.
    The indicator which I am gonna modify have the elements inside that will be shown of the chart, but I don't know how to make the relation betwen the indicator (.cs) and the addon (.dll)
    Hope you can help me

    Thanks

    #2
    Hello nikodine,
    Thanks for your post.

    To do this you would need to use the static modifier inside your addon to make the values you need available. Please note, this is an advanced C# concept and is not supported by NinjaTrader.

    Using the static modifier can cause all sorts of unexpected things to happen, if you are not familiar with the nuances.

    That being said, I have created a quick sample of how to access a double value set inside your addon and use it in an indicator. I suggest searching the internet for more detailed information on how to work with the static modifier.
    Attached Files
    Josh G.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by xiinteractive, 04-09-2024, 08:08 AM
    7 responses
    27 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by Skifree, Today, 03:41 AM
    2 responses
    8 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by trimpy, Today, 04:38 AM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by dpolyakov, 03-29-2024, 11:30 AM
    4 responses
    150 views
    2 likes
    Last Post NinjaTrader_RyanS  
    Started by traderqz, Today, 12:06 AM
    1 response
    2 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X