Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Subscribe to OnPositionUpdate error

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

    Subscribe to OnPositionUpdate error

    Greetings,

    I get an error message "The name 'OnPositionUpdate' does not exist in the current context".
    account.ExecutionUpdate += OnExecutionUpdate;
    account.PositionUpdate += OnPositionUpdate;
    "OnExecutionUpdate" does not give the error and is working. What's the problem ?

    Thanks,

    Bruce

    #2
    Hello BGWTEX,

    Thank you for the question.

    Do you have a void method named OnPositionUpdate in your script? It sounds like you have one for OnExecutionUpdate, but may have missed or misspelled OnPositionUpdate.

    You would need a method like the following in your script:

    Code:
    private void OnPositionUpdate(object sender, PositionEventArgs e)
    {
    }

    I look forward to being of further assistance.

    Comment


      #3
      Hello NinjaTrader_Jesse,

      Thank you for the answer.

      "Do you have a void method named OnPositionUpdate in your script?"
      I do now, thank you again !

      Bruce

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      93 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      138 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      123 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      73 views
      0 likes
      Last Post PaulMohn  
      Working...
      X