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

EnterLongStopMarket not filling

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

    EnterLongStopMarket not filling

    Hello

    I can't get EnterLongStopMarket to start working. I have a list consisting of support and resistance objects. Currently I'm trying to get it working with just 1 support with a condition that market price has to get lower than the support price. I tried all kinds of different ways for EnterLongStopMarket and none of them seem to work, but EnterLong order works just fine. I uploaded screenshots from the code and the chart.



    #2
    Hello KarlEST,

    Thanks for your post.

    Glad that you tested with a market order to confirm your entry logic.

    When testing a strategy or indicator script, please check the "Log" Tab of the Ninjatrader control center for any error message or warning that gets produced.

    The EnterLongStopMarket order will automatically be canceled if it is not filled on the same bar it is entered on. To maintain those orders you would have to create logic that resubmits them on each bar until they are filled or you no longer wish to resubmit them. Typically you could use a bool variable for this.

    Alternately you can use the Advanced Order Handling method overload of EnterLongStopMarket(int barsInProgressIndex, bool isLiveUntilCancelled, int quantity, double stopPrice, string signalName) where you would see the bool parameter isLiveUntilCanceled to true.
    References:



    Please also review this section of the help guide for an overall understanding of the managed approach and the limitations: https://ninjatrader.com/support/help...d_approach.htm
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Segwin, 05-07-2018, 02:15 PM
    14 responses
    1,789 views
    0 likes
    Last Post aligator  
    Started by Jimmyk, 01-26-2018, 05:19 AM
    6 responses
    837 views
    0 likes
    Last Post emuns
    by emuns
     
    Started by jxs_xrj, 01-12-2020, 09:49 AM
    6 responses
    3,293 views
    1 like
    Last Post jgualdronc  
    Started by Touch-Ups, Today, 10:36 AM
    0 responses
    13 views
    0 likes
    Last Post Touch-Ups  
    Started by geddyisodin, 04-25-2024, 05:20 AM
    11 responses
    63 views
    0 likes
    Last Post halgo_boulder  
    Working...
    X