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 Kaledus, Today, 01:29 PM
          5 responses
          12 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by Waxavi, Today, 02:00 AM
          1 response
          8 views
          0 likes
          Last Post NinjaTrader_LuisH  
          Started by alifarahani, Today, 09:40 AM
          5 responses
          23 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by gentlebenthebear, Today, 01:30 AM
          3 responses
          16 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by PhillT, Today, 02:16 PM
          2 responses
          7 views
          0 likes
          Last Post PhillT
          by PhillT
           
          Working...
          X