Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Line jumps between sessions

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

    Line jumps between sessions

    I'd like to show a horizontal line in the chart for each session (from the first to the last bar - all same values). My problem is the plot value for the last bar of each session is connected with the value of the first bar of the following session.
    How can I get session lines (or one line without jumps between the sessions)?

    Thanks for help!

    #2
    Just don't choose the plotstyle to be a line then, but for example a block.
    Attached Files
    Last edited by NinjaTrader_Bertrand; 11-04-2011, 02:25 AM.

    Comment


      #3
      Thanks! That should do the trick.

      Is there a way to delete plot values? Than I could also do that at each beginning of a session - simply delete the value of the last bar to get rid of the line jumps...

      Comment


        #4
        Yes, you could use the .Reset() method on the plots / dataseries as well.

        Comment


          #5
          Alright, thanks!

          One question -
          for your first solution, do I need the DrawSquare(..) method, or can I use my Plot somehow?

          Comment


            #6
            No, you can just set the plot style in the Initialize() to Block for example -

            Add(new Plot(Color.FromKnownColor(KnownColor.Orange), PlotStyle.Block, "Plot0"));

            Comment


              #7
              That's what I needed to know. Thanks :-)

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Hwop38, 05-04-2026, 07:02 PM
              0 responses
              174 views
              0 likes
              Last Post Hwop38
              by Hwop38
               
              Started by CaptainJack, 04-24-2026, 11:07 PM
              0 responses
              329 views
              0 likes
              Last Post CaptainJack  
              Started by Mindset, 04-21-2026, 06:46 AM
              0 responses
              252 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by M4ndoo, 04-20-2026, 05:21 PM
              0 responses
              355 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Started by M4ndoo, 04-19-2026, 05:54 PM
              0 responses
              182 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Working...
              X