Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Automated stop loss per indicator

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

    Automated stop loss per indicator

    Hello, I currently have a custom indicator that shows entries (green horizontal line) for breakouts (orange BO circle), and a stop loss (blue or red dotted line depending on if its long or short)

    I have automated my entries at the horizontal line with the strategy builder but cannot find a way to automatically set the stop loss to the indicators. The indicator has signal plots like "2" for a BreakoutLong.

    Talking to the developer, he stated that "the stop line was exported as a plot" but I dont understand how to use this in my strategy.

    As of now entries are like this:
    Condition
    Indicator(10,4).Signal[0]=2
    Action
    EnterLongStopMarket(DefaultQuantity, (High[0]+1 * TickSize)), @"Long")

    If I can provide any more information on my end please let me know thank you!
    Attached Files

    #2
    Hello Brandon9821,

    If the developer exported the data as a Plot then you have used it correctly. The builder can only access indicator data which are plots.

    The builders stops and targets page is not able to be used for dynamically generated prices, it would need to be an offset based on the entries fill price. If you are looking to make targets based on an indicator value you would need to use logic and a Set to do that by submitting your own order.

    You can find an example of making a breakeven stop in the builder in the following post: https://ninjatrader.com/support/foru...rategy-builder

    The same concept would be needed if you wanted to dynamically price a stop based on some indicator or price value. A variable with the price you want could be used and then you would submit an order using the variable as the orders price.

    I look forward to being of further assistance.


    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    25 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    120 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    63 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    41 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X