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

Retrieve price data of a manually drawing object

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

    Retrieve price data of a manually drawing object

    Hello,
    Could you let me know if it is possible to retrieve data from a manually drawing object? If so, could you kindly show an example? Thanks a lot!


    #2
    Hello StartOver,

    You can find some examples of that in the following link. https://ninjatraderecosystem.com/use...y-drawn-lines/

    The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.


    I look forward to being of further assistance
    JesseNinjaTrader Customer Service

    Comment


      #3
      Hello Jesse,
      Thanks a lot for the prompt response. Sorry I am pretty new to Ninjascript. I actually went through this indicator and could not get it before I posted this question.
      I have the following code. Could you let me know how do I get the price info if the object is Fibonacci Extensions?

      foreach (IDrawObject draw in DrawObjects)
      {
      if (draw.DrawType == DrawType.FibonacciExtensions )
      {
      ???
      ???

      }
      }

      Comment


        #4
        Hello StartOver,

        In NT7 I am not aware of how you can access the price levels for the fibonacci objects, unfortunately this tool was not designed to expose that data. You can read a previous post about this question with some more relevant information here: https://ninjatrader.com/support/foru...bonacci-levels

        I look forward to being of further assistance.
        JesseNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by fx.practic, 10-15-2013, 12:53 AM
        5 responses
        5,403 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by Shai Samuel, 07-02-2022, 02:46 PM
        4 responses
        94 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by DJ888, Yesterday, 10:57 PM
        0 responses
        6 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by MacDad, 02-25-2024, 11:48 PM
        7 responses
        158 views
        0 likes
        Last Post loganjarosz123  
        Started by Belfortbucks, Yesterday, 09:29 PM
        0 responses
        8 views
        0 likes
        Last Post Belfortbucks  
        Working...
        X