Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT8 Weekly Open Vertical Line Script Assistance

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

    NT8 Weekly Open Vertical Line Script Assistance

    I use NT8 range bars witout Break at EOD, my bars are all same size.

    Using EOD vertical lines doesnt show me the weekly perspective.

    I created the attached indicator but it only draws the latest line, what can I do to have historical weekly opening lines
    Attached Files

    #2
    Originally posted by ramos04 View Post
    I use NT8 range bars witout Break at EOD, my bars are all same size.

    Using EOD vertical lines doesnt show me the weekly perspective.

    I created the attached indicator but it only draws the latest line, what can I do to have historical weekly opening lines
    just add another id so the same object won't get overwrite, like this
    Draw.VerticalLine(this, "1"+CurrentBar, 0, Brushes.Gray, DashStyleHelper.Solid, 1);

    Comment


      #3
      Following nkhoi's correction, am happy to share the improved indicator
      Attached Files
      Last edited by ramos04; 02-07-2018, 07:36 AM.

      Comment


        #4
        Hello ramos04,

        Thanks for your post and sharing the indicator.

        As member nkhoi observed adding the CurrentBar number will help to create a unique tag name/ID.

        Comment


          #5
          Thanks ramos04
          Thank you for sharing this indicator.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by CaptainJack, 05-29-2026, 05:09 AM
          0 responses
          227 views
          0 likes
          Last Post CaptainJack  
          Started by CaptainJack, 05-29-2026, 12:02 AM
          0 responses
          144 views
          0 likes
          Last Post CaptainJack  
          Started by charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          159 views
          1 like
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          237 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          197 views
          0 likes
          Last Post CarlTrading  
          Working...
          X