Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

EnterShortStopLimit

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

    EnterShortStopLimit

    Unless I'm misunderstanding something (which is very possible), it seems that the documentation for EnterShortStopLimit is wrong. The help guide says:

    PHP Code:
    EnterShortStopLimit(double limitPrice, double stopPrice) 
    
    when really it's

    PHP Code:
    EnterShortStopLimit(double stopPrice, double limitPrice, ) 
    
    The documentation for EnterLongStopLimit, which is:

    PHP Code:
    EnterLongStopLimit(double limitPrice, double stopPrice) 
    
    seems to be correct, though.
    Last edited by Radical; 12-08-2011, 11:14 AM.

    #2
    Hi Radical,

    Thanks for the post. How are you verifying this? I'm finding consistency among the documentation, intellisense and strategy behavior.

    The statement below submits the order in the attached screenshot.
    EnterShortStopLimit(1225, 1235);
    EnterShortStopLimit(double limitPrice, double stopPrice)
    Attached Files
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Edit: I figured it out, it was a typo on my part
      Last edited by Radical; 12-08-2011, 11:38 AM.

      Comment


        #4
        Excellent!, Thanks for letting us know.
        BrettNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        656 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        371 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        109 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        574 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        579 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X