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 Tim-c, Today, 02:10 PM
            1 response
            7 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by Taddypole, Today, 02:47 PM
            0 responses
            2 views
            0 likes
            Last Post Taddypole  
            Started by chbruno, 04-24-2024, 04:10 PM
            4 responses
            50 views
            0 likes
            Last Post chbruno
            by chbruno
             
            Started by TraderG23, 12-08-2023, 07:56 AM
            10 responses
            400 views
            1 like
            Last Post beobast
            by beobast
             
            Started by lorem, Yesterday, 09:18 AM
            5 responses
            25 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Working...
            X