Announcement

Collapse
No announcement yet.

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

    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.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        558 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        545 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X