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 terofs, Yesterday, 04:18 PM
          1 response
          21 views
          0 likes
          Last Post terofs
          by terofs
           
          Started by CommonWhale, Today, 09:55 AM
          1 response
          3 views
          0 likes
          Last Post NinjaTrader_Erick  
          Started by Gerik, Today, 09:40 AM
          2 responses
          7 views
          0 likes
          Last Post Gerik
          by Gerik
           
          Started by RookieTrader, Today, 09:37 AM
          2 responses
          13 views
          0 likes
          Last Post RookieTrader  
          Started by alifarahani, Today, 09:40 AM
          1 response
          7 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Working...
          X