Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Reference to the daily open

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

    Reference to the daily open

    Hello,

    probably its realy easy answered, but i havent found the answer in the forum.

    when i like to enter a trade if the close of the last bar was higher then the open of the day (first tick of the session), how do i do this ?

    if (Close[0] > ??? )

    Thank you

    #2
    Hello,

    Just store the Open[0] of the first tick that comes in for the session then use that value in your condition. Give that a shot and let me know if you have any questions.
    DenNinjaTrader Customer Service

    Comment


      #3
      you could also use the indicator that comes with NT named CurrentDayOHL

      Comment


        #4
        Hi Ben,

        i dont know how to start with this because i dont know how to store the first tick of the day. Could you give me an additional hint please ? Maybe there is a sample file you could refer to that i could use to archive my goal ?

        maybe i start like:
        double DayOpenPrice = Open[?].firstbarofsession ?

        Thank you !
        Last edited by nt2010; 08-15-2010, 03:08 PM.

        Comment


          #5
          Hello,

          If Laserdan's suggestion does what you want, that is probably cleaner. Just always use the CurrentDayOHL value.

          This link will help:


          Give it a try and post your code if it doesn't work.
          DenNinjaTrader Customer Service

          Comment


            #6
            Hello Ben & Laserdan,

            thank you for your help.
            It seems that
            Close[
            0] > CurrentDayOHL().CurrentOpen[0]
            does the job.

            thank you
            nt2010

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by RookieTrader, Today, 09:37 AM
            4 responses
            17 views
            0 likes
            Last Post RookieTrader  
            Started by PaulMohn, Today, 12:36 PM
            0 responses
            2 views
            0 likes
            Last Post PaulMohn  
            Started by love2code2trade, 04-17-2024, 01:45 PM
            4 responses
            38 views
            0 likes
            Last Post love2code2trade  
            Started by alifarahani, Today, 09:40 AM
            2 responses
            14 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by junkone, Today, 11:37 AM
            3 responses
            21 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Working...
            X