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

Get Bars Data in DrawingTools

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

    Get Bars Data in DrawingTools

    I created my own Rectangle Drawing Tool. Now I want to have the Rectangle snap to the highest High and Lowest Low of the bars selected in the Rectangle. Should be easy using StartAnchor.SlotIndex and EndAnchor.SlotIndex to create a loop. The set StartAnchor/EndAnchor.Price. To do that I need access to the High[index] and Low[index]. Is there a Using declaration I can add? Or something else? I am open to suggestions.

    This does not work:
    bars.Bars.GetHigh[index}
    Bars.GetHigh[index]

    Thanks.

    #2
    Hello TAJTrades,

    What bar object are you using?

    Are you using GetAttachedToChartBars().Bars to get the bars object?


    Do you have a test script with only the code necessary to demonstrate that the bars.GetHigh() does not work correctly?

    If so, may I have an export of the reduced test script to test on my end?

    To export a NinjaTrader 8 NinjaScript do the following:
    1. Click Tools -> Export -> NinjaScript...
    2. Click the 'add' link -> check the box(es) for the script(s) you want to include
    3. Click the 'Export' button
    4. Enter a unique name for the file in the value for 'File name:'
    5. Choose a save location -> click Save
    6. Click OK to clear the export location message

    By default your exported file will be in the following location:
    • (My) Documents/NinjaTrader 8/bin/Custom/ExportNinjaScript/<export_file_name.zip>


    Below is a link to the help guide on Exporting NinjaScripts.



    (As a tip, this is being used successfully in the RegressionChannel drawing tool)
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks.

      (As a tip, this is being used successfully in the RegressionChannel drawing tool) is all I needed. Will use that as an example. I was trying something different.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by JoMoon2024, Today, 06:56 AM
      0 responses
      6 views
      0 likes
      Last Post JoMoon2024  
      Started by Haiasi, 04-25-2024, 06:53 PM
      2 responses
      19 views
      0 likes
      Last Post Massinisa  
      Started by Creamers, Today, 05:32 AM
      0 responses
      6 views
      0 likes
      Last Post Creamers  
      Started by Segwin, 05-07-2018, 02:15 PM
      12 responses
      1,786 views
      0 likes
      Last Post Leafcutter  
      Started by poplagelu, Today, 05:00 AM
      0 responses
      3 views
      0 likes
      Last Post poplagelu  
      Working...
      X