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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    56 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    132 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    73 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X