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

Incorporating stop losses in strategy builder

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

    Incorporating stop losses in strategy builder

    I'm trying to incorporate my own entry and exit for my trades. I enter with a stop order at the previous high (high[1]) and exit at the current close (close[0]). It is not posting correctly on my chart.
    I've attached screenshots to better explain what I'm trying to convey. I've set it up to calculate on each tick, to start at "wait until flat", and I set it up at unique entries. Any help would be greatly appreciated!
    Attached Files

    #2
    Hello escobar63,

    Thanks for your post.

    Are you showing historical made trades on a chart, or historical trades made in the strategy analyzer or are these real time (or market replay) trades?

    When you run your strategy do you see any error messages listed in the "log" tab of the control center related to the strategy?

    If these are live trades and you are using Calculate.OnEachTick, then the value of Close[0] (shows as DefaultInput[0] in the strategy builder) is the current current price and ytou are submitting an exit order at the current price.

    Also, stop orders are limit type orders and these orders are automatically canceled if not filled in the bar that they are submitted. From the help guide, "By default, orders submitted via Entry() and Exit() methods automatically cancel at the end of a bar if not re-submitted": https://ninjatrader.com/support/help...d_approach.htm

    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by frankthearm, Today, 09:08 AM
    5 responses
    14 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by jeronymite, 04-12-2024, 04:26 PM
    3 responses
    43 views
    0 likes
    Last Post jeronymite  
    Started by yertle, Today, 08:38 AM
    5 responses
    16 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by adeelshahzad, Today, 03:54 AM
    3 responses
    19 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by bill2023, Yesterday, 08:51 AM
    6 responses
    27 views
    0 likes
    Last Post NinjaTrader_Erick  
    Working...
    X