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 rhyminkevin, Today, 04:58 PM
    4 responses
    52 views
    0 likes
    Last Post dp8282
    by dp8282
     
    Started by iceman2018, Today, 05:07 PM
    0 responses
    5 views
    0 likes
    Last Post iceman2018  
    Started by lightsun47, Today, 03:51 PM
    0 responses
    7 views
    0 likes
    Last Post lightsun47  
    Started by 00nevest, Today, 02:27 PM
    1 response
    14 views
    0 likes
    Last Post 00nevest  
    Started by futtrader, 04-21-2024, 01:50 AM
    4 responses
    50 views
    0 likes
    Last Post futtrader  
    Working...
    X