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