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

Trade Trigger

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

    Trade Trigger

    If I have OnBarClose = True and Exit on Close(not sure if these matter), when I have a strategy condition for Close[0] > Highs[1][0], with the primary series being 15min and secondary being 60min, will the trade trigger on the 15min bar after the 15min bar that closes above the hourly high?

    #2
    Hello zachj,

    Thank you for your post.

    With CalculateOnBarClose = True the order will be placed once the 60 minute bar closes and the 15 minute bar closes at the same time above the high of the 60 minute bar, not one bar afterwards.

    Please let me know if I may be of further assistance.

    Comment


      #3
      Not quite sure im grasping that, if that 15min bar is part of the 60min bar data how can it close above the high?

      Comment


        #4
        Hello zachj,

        Thank you for your response.

        You are correct, that will not happen if it is the same instrument. If you want to check if the 15 minute bar that closes after the 60 minute bar is higher than the high of the 60 minute bar you can use Closes[0][0] > Highs[1][1].

        Please let me know if I may be of further assistance.

        Comment


          #5
          Ok thanks. This is switching gears a bit but if I have one of the conditions to go long is once the fast MA crosses above the slow MA, is it possible to create another condition to only go long when a bar closes above the high of the bar where the MA cross took place?

          Comment


            #6
            Hello zachj,

            Thank you for your response.

            You can use MRO() to store the bars ago value of the CrossAbove condition and then use that bars ago int to check the Close against that high.

            For information on MRO() please visit the following link: http://www.ninjatrader.com/support/h...urence_mro.htm

            Please let me know if I may be of further assistance.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by kujista, Today, 06:23 AM
            0 responses
            1 view
            0 likes
            Last Post kujista
            by kujista
             
            Started by traderqz, Yesterday, 04:32 PM
            1 response
            11 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by f.saeidi, Today, 05:56 AM
            1 response
            4 views
            0 likes
            Last Post Jltarrau  
            Started by Jltarrau, Today, 05:57 AM
            0 responses
            4 views
            0 likes
            Last Post Jltarrau  
            Started by Stanfillirenfro, Yesterday, 09:19 AM
            7 responses
            53 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Working...
            X