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 jclose, Today, 09:37 PM
        0 responses
        6 views
        0 likes
        Last Post jclose
        by jclose
         
        Started by WeyldFalcon, 08-07-2020, 06:13 AM
        10 responses
        1,414 views
        0 likes
        Last Post Traderontheroad  
        Started by firefoxforum12, Today, 08:53 PM
        0 responses
        11 views
        0 likes
        Last Post firefoxforum12  
        Started by stafe, Today, 08:34 PM
        0 responses
        11 views
        0 likes
        Last Post stafe
        by stafe
         
        Started by sastrades, 01-31-2024, 10:19 PM
        11 responses
        169 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Working...
        X