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 Christopher_R, Today, 12:29 AM
          0 responses
          9 views
          0 likes
          Last Post Christopher_R  
          Started by sidlercom80, 10-28-2023, 08:49 AM
          166 responses
          2,235 views
          0 likes
          Last Post sidlercom80  
          Started by thread, Yesterday, 11:58 PM
          0 responses
          3 views
          0 likes
          Last Post thread
          by thread
           
          Started by jclose, Yesterday, 09:37 PM
          0 responses
          8 views
          0 likes
          Last Post jclose
          by jclose
           
          Started by WeyldFalcon, 08-07-2020, 06:13 AM
          10 responses
          1,415 views
          0 likes
          Last Post Traderontheroad  
          Working...
          X