Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

A very Stubborn Error

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

    A very Stubborn Error

    • What is the correct method signature for OnExecutionUpdate in NinjaTrader 8?
    • Has the method changed in recent versions, requiring an adjustment?
    • Are there any missing using directives or settings that might cause this?
    Starts
    02-10-2025
    Ends
    02-10-2025

    #2
    Hello Spooz333,

    Welcome to the NinjaTrader forums!

    "What is the correct method signature for OnExecutionUpdate in NinjaTrader 8?"

    The overload signature for the OnExecutionUpdate override method is provided in the Desktop SDK documentation.
    Join the official NinjaScript Developer Community for comprehensive resources, documentation, and community support. Build custom indicators and automated strategies for the NinjaTrader platforms with our extensive guides and APIs.


    From the documentation:
    Code:
    protected override void OnExecutionUpdate(Execution execution, string executionId, double price, int quantity, MarketPosition marketPosition, string orderId, DateTime time)
    "Has the method changed in recent versions, requiring an adjustment?"

    There has been no changes to this method signature in any version of NinjaTrader 8 that I am aware of.

    "Are there any missing using directives or settings that might cause this?"

    What is the 'this' you are referring to?

    If you are asking for help with an error, please provide the full error message.
    (Ctrl + c to copy a highlighted error, Ctrl + v to paste in your post)
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 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
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X