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

Accessing Price Data Outside of OnBarUpdate()

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

    Accessing Price Data Outside of OnBarUpdate()

    I am working on creating a custom windows FORM to drive information to a NinjaScript strategy. I have based the approach on work that Member Folls had done previously.


    The NS strategy responds to button clicks on a Form through an event handler. The Event handler is a seperate method, outside of the OnBarUpdate()method. It works as Folls had intended.

    I would like to know the last traded price, at the time a button is pushed. I've tried unsuccessfully to access Close[0] within the Event handler method. A run time error occurs.

    1: Is is possible to access price data, outside of the OnBarUpdate() Method. Specifically in the event handler method?

    2: Or do I have to set CalculateOnBarClose=False, set a Flag in the event handler when a button is clicked, and read price in the OnBarUpdate() Method. Then reset the event handler Flag and wait for the next event?

    thanks,
    Phineas

    #2
    phineas,

    Unfortunately this is beyond the level of support we can provide.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Understood, no problem.
      Phineas

      Comment


        #4
        With the next 6.5 update I believe we exposed the dataseries properties as public so you could likely pass a reference of your strategy to your form and access the StrategyBase.Close[0] property.
        RayNinjaTrader Customer Service

        Comment


          #5
          Ray,
          Thanks, that would be very helpful. I will try to come up with a work around until then.
          Phineas

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by bsbisme, Yesterday, 02:08 PM
          1 response
          15 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by prdecast, Today, 06:07 AM
          0 responses
          3 views
          0 likes
          Last Post prdecast  
          Started by i019945nj, 12-14-2023, 06:41 AM
          3 responses
          60 views
          0 likes
          Last Post i019945nj  
          Started by TraderBCL, Today, 04:38 AM
          2 responses
          18 views
          0 likes
          Last Post TraderBCL  
          Started by martin70, 03-24-2023, 04:58 AM
          14 responses
          106 views
          0 likes
          Last Post martin70  
          Working...
          X