Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw a line, session open minus 20 ticks

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

    Draw a line, session open minus 20 ticks

    Hi,

    Could someone please help me. I would like to draw a line based on the session open minus 20 ticks, any advice is appreciated.

    Thanks.

    #2
    time - 20 ticks ? how do you calculate that?

    Comment


      #3
      CurrentDayOHL

      My thoughts were to use the CurrentDayOHL indicator and 'editing' it so it calculates the open minus 20 points?

      Is it not possible?
      Last edited by suprsnipes; 11-05-2009, 08:08 PM. Reason: 20pts not 20 ticks

      Comment


        #4
        You could do something like this -

        Code:
         
        double myOffsetOpen = CurrentDayOHL().CurrentOpen[0] - 20 * TickSize;

        Comment


          #5
          I'm wondering where to put this line of code.

          Code:
          double myOffsetOpen = CurrentDayOHL().CurrentOpen[0] - 20 * TickSize;
          I have tried placing it in the OnBarUpdate area, is this the correct place?

          I understand it must be frustrating for you but I would appreciate any reply.

          Regards,
          suprsnipes

          Comment


            #6
            I add that line into constant line indicator and save it to the new file. The nice thing is you can customize the line.
            Attached Files

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            603 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            349 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            104 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            560 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            560 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X