Announcement

Collapse
No announcement yet.

new day trading line

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

  • new day trading line

    Is there a efs which draws a verticle line to show open and close of a trading day?

  • #2
    pbohm
    See this thread
    Alex

    Comment


    • #3
      Thank you for your quick responce Alex. Is there a way to change the marker to a up and down line?

      Thank you

      Comment


      • #4
        pbohm
        Replace lines 60 and 61 ie
        PHP Code:
        drawShapeRelative(05Shape.DIAMONDnullColor.blue
                            
        Shape.RELATIVETOBOTTOM"NewDay"+dayCntr); 
        with

        PHP Code:
        drawLineRelative(0,0,0,Infinity*1PS_SOLID,1Color.lightgrey"NewDay"+dayCntr); 
        This will draw a vertical line.
        Alex

        Comment


        • #5
          Thank you very much Alex, it worked great!
          Have a grat day.

          Comment


          • #6
            pbohm
            My pleasure and you have a great day too
            Alex

            Comment

            Working...
            X