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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        84 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        46 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        66 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        69 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        58 views
        0 likes
        Last Post CarlTrading  
        Working...
        X