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 swestendorf, Today, 11:14 AM
          0 responses
          1 view
          0 likes
          Last Post swestendorf  
          Started by Sparkyboy, Today, 10:57 AM
          0 responses
          3 views
          0 likes
          Last Post Sparkyboy  
          Started by TheMarlin801, 10-13-2020, 01:40 AM
          21 responses
          3,917 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Started by timmbbo, 07-05-2023, 10:21 PM
          3 responses
          153 views
          0 likes
          Last Post grayfrog  
          Started by Lumbeezl, 01-11-2022, 06:50 PM
          30 responses
          812 views
          1 like
          Last Post grayfrog  
          Working...
          X