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.
    JasonNinjaTrader Customer Service

    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 jaybedreamin, Today, 05:56 PM
        0 responses
        3 views
        0 likes
        Last Post jaybedreamin  
        Started by DJ888, 04-16-2024, 06:09 PM
        6 responses
        18 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by Jon17, Today, 04:33 PM
        0 responses
        1 view
        0 likes
        Last Post Jon17
        by Jon17
         
        Started by Javierw.ok, Today, 04:12 PM
        0 responses
        6 views
        0 likes
        Last Post Javierw.ok  
        Started by timmbbo, Today, 08:59 AM
        2 responses
        10 views
        0 likes
        Last Post bltdavid  
        Working...
        X