Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Monitoring orders placed manually

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

    Monitoring orders placed manually

    I trade manually (often but not always using ATM) and I want to write a code to monitor the active orders to alert me if I am doing mistakes and maybe even cancel bad orders automatically.
    What's the way to correct object and possible example to read orders in the real account?
    Thank you

    #2
    Hello giogio1,

    Thanks for your post.

    There would not be a supported way to detect manual trades and manage them programmatically in NinjaTrader 7. In NinjaTrader 8, you can use the AddOn Framework and create a NinjaScript that:
    1. Loops through the Account.Orders collection for the account to find active orders
    2. Subscribes to Account OrderUpdate events to look for any newly opened orders.
    3. Tracks these Orders in the script so they can be changed or cancelled with Account.Change or Account.Cancel
    I have included NinjaTrader 8 documentation on these items below if you wish to investigate further.

    Order object - https://ninjatrader.com/support/help...n-us/order.htm

    Account.Orders - https://ninjatrader.com/support/help...rs_account.htm

    Account.OrderUpdate - https://ninjatrader.com/support/help...rderupdate.htm

    Account.Change - https://ninjatrader.com/support/help...-us/change.htm

    Account.Cancel - https://ninjatrader.com/support/help...-us/cancel.htm

    Please let me know if I can be of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    571 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    548 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    549 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X