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

AtmStrategyCreate using Buy StopLimit with StopPrice > LimitPrice

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

    AtmStrategyCreate using Buy StopLimit with StopPrice > LimitPrice

    I want to start a Long (Buy) AtmStrategy using a StopLimit order as the triggering order, like so:
    When price reaches 1000, submit a Buy Limit order at price 999.
    I can do this manually with chartTrader by submiting a BuyStopLimit Order with negative Offset.
    With ninjascript though, an error "Limit Price can't be lower than Stop Price" is thrown.
    Is there any way around this restriction using AtmStrategy? Or will I have to use unmanaged order management instead (which I would rather avoid if possible)?

    #2
    Hello paramyther,

    Thanks for your post.

    You could use the AtmStrategyCreate() method to submit a Buy Stop Limit order for your entry order. Then, when that entry order is filled the ATM Strategy template passed into the AtmStrategyCreate() method would be placed on the chart to manage the protective orders.

    When it comes that error message you shared, you would need to make sure that your Limit Price is greater than or equal to the Stop Price you are using in the AtmStrategyCreate() method. The Limit Price you use for a Buy Stop Limit order cannot be less than the Stop Price.

    AtmStrategyCreate(): https://ninjatrader.com/support/help...tegycreate.htm
    Atm Strategy Methods: https://ninjatrader.com/support/help...gy_methods.htm

    See this help guide page for more information about Order Types: https://ninjatrader.com/support/help...rder_types.htm
    Brandon H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by AaronKoRn, Today, 09:49 PM
    0 responses
    10 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Today, 08:42 PM
    0 responses
    9 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Today, 07:51 PM
    0 responses
    10 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,980 views
    3 likes
    Last Post jhudas88  
    Started by rbeckmann05, Today, 06:48 PM
    0 responses
    9 views
    0 likes
    Last Post rbeckmann05  
    Working...
    X