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

how do I capture and modify order information?

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

    how do I capture and modify order information?

    I place orders through the DOM. But I have a variable target and can't place that with an ATM. So I would like to place my order in the DOM, then have a strategy adjust the stop and trail according to rules I have in the strategy. Seems simple but I can't find a starting point for finding info on an open order. Can someone point me in the right direction
    thanks
    mike

    #2
    Hello Mike,

    Thanks for your post.

    NinjaScript strategies can only see orders placed by that specific instance of the strategy and they cannot see manually placed orders.

    The strategy would need to be programmed to place the entry order along with a profit target and trailing stop order. The profit target and trailing stop could then be modified in the strategy according to the conditions you create.

    My colleague Chelsea has created educational examples of strategy builder breakeven and trailing stop in the strategy builder here:
    https://ninjatrader.com/support/foru...der#post806596

    Below is a link to a forum post with helpful information about getting started with NinjaScript.
    https://ninjatrader.com/support/foru...040#post786040

    If you are new to C#, to get a basic foundation for the concepts and syntax used in NinjaScript I would recommend this section of articles in our help guide first:
    https://ninjatrader.com/support/help...g_concepts.htm​​​
    Brandon H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by lightsun47, Today, 03:51 PM
    0 responses
    4 views
    0 likes
    Last Post lightsun47  
    Started by 00nevest, Today, 02:27 PM
    1 response
    8 views
    0 likes
    Last Post 00nevest  
    Started by futtrader, 04-21-2024, 01:50 AM
    4 responses
    44 views
    0 likes
    Last Post futtrader  
    Started by Option Whisperer, Today, 09:55 AM
    1 response
    13 views
    0 likes
    Last Post bltdavid  
    Started by port119, Today, 02:43 PM
    0 responses
    8 views
    0 likes
    Last Post port119
    by port119
     
    Working...
    X