Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Short / Long stop orders in strategy builder

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

    Short / Long stop orders in strategy builder

    Hello,

    is it possible to make SHORT / LONG stop order with offset in strategy builder with profit target and stop loss?

    I get message that it can not be opened above / below current price.

    #2
    Hello repower95,

    Thanks for your post.

    Yes, it is possible to create a strategy that places a long or short entry order with a profit target and stop loss.

    For long orders, the profit target orders must be placed above the market price and the stop loss must be placed below the market price.

    For short orders, the profit target orders must be placed below the market price and the stop loss orders must be placed above the market price.

    If you are using Exit methods (such as ExitLongLimit()/ExitLongStopLimit()) to submit profit target and stop loss orders. You must make sure that you are submitting them to the correct side of the market.

    I have attached a simple example script demonstrating using Exit methods for the profit target and stop loss orders that you could view.

    If the strategy is not behaving as expected, you must add debugging prints to the strategy that print out the price out the current price (Close[0]) and the price you are submitting your Exit methods to. This way you can compare the value of the profit target/stop loss to the current close price. Anytime a strategy is not behaving as expected, you should debug the strategy using prints.

    Below is a link to a forum post that demonstrates how to use prints to understand behavior.
    https://ninjatrader.com/support/foru...121#post791121
    Attached Files
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    89 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    135 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X