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

EnterShort() vs EnterShortLimit()

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

    EnterShort() vs EnterShortLimit()

    What is the fundamental difference in how these 2 methods are evaluated?

    For example, is there any way to make the following expression
    EnterShortLimit(0, true, 1, Close[0], "Entering Short");
    be evaluated by NT as

    EnterShort(1)
    by variating parameters in EnterShortLimit() method?
    Just as a clarification, I am running this on historical data.

    Thanks!
    Last edited by msamadov; 05-20-2009, 12:41 PM.

    #2
    Impossible. EnterShortLimit() submits a limit order while EnterShort() submits a market order. They are fundamentally different order types and will never be the same.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by thumper57, Yesterday, 04:30 PM
    4 responses
    14 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by reynoldsn, 05-10-2024, 07:04 PM
    4 responses
    26 views
    0 likes
    Last Post reynoldsn  
    Started by llanqui, Today, 11:10 AM
    1 response
    15 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by llanqui, Today, 10:29 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by Trader146, 05-10-2024, 09:17 PM
    1 response
    22 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Working...
    X