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

SharpDX read all rendered items on chart

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

    SharpDX read all rendered items on chart

    Hi,

    I want to be able to retrieve all objects drawn on the chart by a 3rd party indicator. I believe the indicator is using SharpDX to do the rendering. Is there a way to be able to see all objects previously drawn by sharpDX in the OnRender method ?

    Thanks

    #2
    No, that should not be possible without doing something really ridiculous, like taking a screenshot image of it and trying to figure out what they did. You can't just iterate through the objects they added because there aren't any once they are done - they're all rendered down to pixels already.
    Bruce DeVault
    QuantKey Trading Vendor Services
    NinjaTrader Ecosystem Vendor - QuantKey

    Comment


      #3
      Hello hgear1786,

      Thanks for your post.

      QuantKey_Bruce is correct. There are no available NinjaScript methods or properties to accomplish this. This would likely require advanced custom C# SharpDX logic to accomplish this.

      You may consider doing a Google search to research this topic further. This forum thread will also be open for other community members to share their insights on this topic.

      Please let me know if I may assist further.
      Brandon H.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by trilliantrader, 04-18-2024, 08:16 AM
      5 responses
      22 views
      0 likes
      Last Post trilliantrader  
      Started by Davidtowleii, Today, 12:15 AM
      0 responses
      3 views
      0 likes
      Last Post Davidtowleii  
      Started by guillembm, Yesterday, 11:25 AM
      2 responses
      9 views
      0 likes
      Last Post guillembm  
      Started by junkone, 04-21-2024, 07:17 AM
      9 responses
      69 views
      0 likes
      Last Post jeronymite  
      Started by mgco4you, Yesterday, 09:46 PM
      1 response
      13 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Working...
      X