Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Show only current candle stick bar

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

    Show only current candle stick bar

    How would or could I go about to only have the current candle stick bar show up in a chart with the past/historic ones being transparent or something. Point is that I still would want to see how EMAs and SMAs developed in the past. Something like in the attached (photoshoped) image.

    sandman
    Attached Files

    #2
    Hello sandman,

    Unfortunately I do not see a way to accomplish this. You can set price bars to a transparent color in the Data Series menu by setting Candle outline, Color for up/down bars and Wick to Transparent. However it applies to all price bars in the chart. There is no setting that allows you to exclude a price bar.

    Comment


      #3
      Try this:
      if(FirstTickOfBar)
      {
      CandleOutlineColorSeries[1] = Color.Transparent;
      BarColorSeries[1] = Color.Transparent;
      }
      eDanny
      NinjaTrader Ecosystem Vendor - Integrity Traders

      Comment


        #4
        Danny. Works like a charm (and puts my attention on the lines and the current bar only). What I want to see is where the lines are pointing and whether the current bar is "pumping" to it or away from it. Past bars had the tendency to obstruct my view. Thanks a bunch!

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        88 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        48 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        30 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        34 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        68 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X