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 habeebft, Today, 07:27 AM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_ChristopherS  
    Started by AveryFlynn, Today, 04:57 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by Max238, Today, 01:28 AM
    4 responses
    37 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by r68cervera, Today, 05:29 AM
    1 response
    10 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by geddyisodin, Today, 05:20 AM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X