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 bortz, 11-06-2023, 08:04 AM
            47 responses
            1,605 views
            0 likes
            Last Post aligator  
            Started by jaybedreamin, Today, 05:56 PM
            0 responses
            8 views
            0 likes
            Last Post jaybedreamin  
            Started by DJ888, 04-16-2024, 06:09 PM
            6 responses
            18 views
            0 likes
            Last Post DJ888
            by DJ888
             
            Started by Jon17, Today, 04:33 PM
            0 responses
            4 views
            0 likes
            Last Post Jon17
            by Jon17
             
            Started by Javierw.ok, Today, 04:12 PM
            0 responses
            13 views
            0 likes
            Last Post Javierw.ok  
            Working...
            X