Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Please explain ninja help stoplimit orders instructions

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

    Please explain ninja help stoplimit orders instructions

    Hi in your help file
    there is +2*ticksize for both longs and short stoplimit order.

    Which one short or long should be -2*ticksize.

    which one is correct.

    this example is from your help
    thanks



    protected override void OnBarUpdate()
    {
    if (CurrentBar < 20)
    return;

    // Only enter if at least 10 bars has passed since our last entry
    if (BarsSinceEntry() > 10 && CrossAbove(SMA(10), SMA(20), 1))
    EnterLongStopLimit(High[0] + 2 * TickSize, High[0], "SMA Cross Entry");
    }

    #2
    Hello jokujoku,

    There is no "correct" here in that the order methods don't restrict what value you're submitting. You can specify whatever price you want for your orders.

    General market handling of stop orders is separate. Buy stop orders should be placed above the last traded price, and sell stop order should be placed below the last traded price. If they're placed on the wrong side of this they will be rejected.
    Last edited by NinjaTrader_RyanM1; 06-07-2011, 08:58 AM.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      I am talking stoplimit order

      Comment


        #4
        So there is no diffrence stop order or stoplimit order, so i can use just plain stop order ?

        Comment


          #5
          The same principles apply for stop and stop limit orders. If you place either of these on the "wrong" side of the market they will be rejected. A stop (or stop-market) order submits a market order once trading reaches the stop price. A stop limit order submits a limit order once trading reaches the stop price.
          Ryan M.NinjaTrader Customer Service

          Comment


            #6
            thank you
            for help

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            666 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            377 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            110 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            575 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            580 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X