Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

SetStopLoss in State.Configure or State.DataLoaded?

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

    SetStopLoss in State.Configure or State.DataLoaded?

    Should I place SetStopLoss in State.Configure or State.DataLoaded within OnStateChange()?

    Is there a best practice?

    Thanks,

    Neil

    #2
    I tend to go with State.Configure for static stop loss/take profit strategies. Of course, for more dynamic stop, profit and trailing logic we update those values in onBarUpdate but that's not what you asked. Curious if there's any significant performance benefit between State.Configure and State.DataLoaded as well
    jaybedreamin
    NinjaTrader Ecosystem Vendor - Zion Trading Algos

    Comment


      #3
      Hello Neil,

      Thanks for your post.

      Typically, SetStopLoss() would be called in OnStateChange() when the State == State.Configure.

      The Strategy Builder could be used to set up a stop loss on the Stops and Targets screen of the Strategy Builder and then you could click the 'View code' button to see the generated syntax.

      See the help guide documentation below for more information and sample code.

      SetStopLoss(): https://ninjatrader.com/support/help...etstoploss.htm
      <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
      53 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      130 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      70 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      44 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