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 CarlTrading, 03-31-2026, 09:41 PM
            1 response
            67 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            36 views
            0 likes
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            60 views
            1 like
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            62 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            53 views
            0 likes
            Last Post CarlTrading  
            Working...
            X