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 maybeimnotrader, Today, 05:46 PM
      0 responses
      6 views
      0 likes
      Last Post maybeimnotrader  
      Started by quantismo, Today, 05:13 PM
      0 responses
      6 views
      0 likes
      Last Post quantismo  
      Started by AttiM, 02-14-2024, 05:20 PM
      8 responses
      166 views
      0 likes
      Last Post jeronymite  
      Started by cre8able, Today, 04:22 PM
      0 responses
      8 views
      0 likes
      Last Post cre8able  
      Started by RichStudent, Today, 04:21 PM
      0 responses
      5 views
      0 likes
      Last Post RichStudent  
      Working...
      X