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 algospoke, Today, 06:40 PM
            0 responses
            9 views
            0 likes
            Last Post algospoke  
            Started by maybeimnotrader, Today, 05:46 PM
            0 responses
            7 views
            0 likes
            Last Post maybeimnotrader  
            Started by quantismo, Today, 05:13 PM
            0 responses
            7 views
            0 likes
            Last Post quantismo  
            Started by AttiM, 02-14-2024, 05:20 PM
            8 responses
            168 views
            0 likes
            Last Post jeronymite  
            Started by cre8able, Today, 04:22 PM
            0 responses
            10 views
            0 likes
            Last Post cre8able  
            Working...
            X