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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      42 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      20 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      29 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      46 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      38 views
      0 likes
      Last Post CarlTrading  
      Working...
      X