Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by wzgy0920, 04-20-2024, 06:09 PM
    2 responses
    26 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, 02-22-2024, 01:11 AM
    5 responses
    32 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, Yesterday, 09:53 PM
    2 responses
    49 views
    0 likes
    Last Post wzgy0920  
    Started by Kensonprib, 04-28-2021, 10:11 AM
    5 responses
    192 views
    0 likes
    Last Post Hasadafa  
    Started by GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,235 views
    0 likes
    Last Post xiinteractive  
    Working...
    X