Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

end of bar and intrabar in same strategy

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

    end of bar and intrabar in same strategy

    I'm creating a Strategy that uses entry signals that are end of bar, but the system also has targets (fixxed at entry) which should execute intrabar and a dynamically updating stop price.

    I understand I can set the system to execute end of bar or intrabar from the strategy parameters, but not sure how I should approach this programmatically.

    I could either just send out market orders for everything (entries and exits) which in my head just feels simpler for my first go at a strategy, or try something using SetStopLoss and SetProfitTarget.

    I understand I'm asking a mouthful. Just looking for clues or hints. If anyone can point me to an example Strategy to study that would be very helpful also.

    Thanks much,

    Bob

    #2
    Hi Bob,

    For combining your strategy to have some logic CalculateOnBar close = false, and other logic as COBC = true, see the following reference sample:


    SetProfitTarget() and SetStopLoss() are used for convenience, to automatically submit protective orders. They will monitor for the filled event on the entry order, meaning you can use them with CalculateOnBarClose = true and they'll be submitted as soon as you enter the position.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      As always, supremely helpful and fast to boot!

      Mucho gracias

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      342 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      223 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      197 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      288 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      245 views
      0 likes
      Last Post CarlTrading  
      Working...
      X