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

Calculate on bar close VS. NOT

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

    Calculate on bar close VS. NOT

    1. Entry Conditions to my strategy are based on calculations made from a BAR's OHLC. If condition is satisfied, I would like to enter on the CLOSE price.

    2. Once I am "in a trade", my EXIT strategy is contingent on the current price (I suppose ASK for a long trade and BID for a short trade) breaching a specified price, calculated from previous bars' data.

    Having said that, is "Calculate on bar close = TRUE" the correct choice? Will my EXIT criteria; (If Current "Ask" <= calculated price; then SELL at market or If Current "Bid" >= calculated price; then BUY to cover at market) adequately address any intrabar price if hit? Or does COBC must equal FALSE?

    #2
    COBC must equal false and this must be in real-time for you to be able to get any intrabar exit. The closing event of a bar is the same event as the opening of the next bar. You can place trades there.

    if (FirstTickOfBar)
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Josh:

      Thank you for your help. If I in fact need COBC=FALSE to properly generate the EXIT commands, what language do I add to the code (or Strategy Wizard) to effect the ENTRY signals based simply on BAR data then?

      I guess a follow-up question for those of us who use Strategy Wizard...if we build conditions based on COBC=TRUE, AND we use the Set Profit Targets and Stop Loss Tabs...does that operate intrabar?

      Comment


        #4
        If you use COBC = true and used Set you will get intrabar exits. That should work. As far as trying to mix end of bar handling with more advanced intrabar handling, this may take more effort in the Strategy Wizard.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Hello gplatis,

          Thank you for your post.

          You can find an example at the following link: http://ninjatrader.com/support/forum...ad.php?t=19387

          Please let me know if you have any questions.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Kaledus, Today, 01:29 PM
          0 responses
          3 views
          0 likes
          Last Post Kaledus
          by Kaledus
           
          Started by PaulMohn, Today, 12:36 PM
          1 response
          16 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by yertle, Yesterday, 08:38 AM
          8 responses
          36 views
          0 likes
          Last Post ryjoga
          by ryjoga
           
          Started by rdtdale, Today, 01:02 PM
          1 response
          6 views
          0 likes
          Last Post NinjaTrader_LuisH  
          Started by alifarahani, Today, 09:40 AM
          3 responses
          19 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Working...
          X