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 GussJ, 03-04-2020, 03:11 PM
        11 responses
        3,227 views
        0 likes
        Last Post xiinteractive  
        Started by andrewtrades, Today, 04:57 PM
        1 response
        13 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by chbruno, Today, 04:10 PM
        0 responses
        7 views
        0 likes
        Last Post chbruno
        by chbruno
         
        Started by josh18955, 03-25-2023, 11:16 AM
        6 responses
        440 views
        0 likes
        Last Post Delerium  
        Started by FAQtrader, Today, 03:35 PM
        0 responses
        11 views
        0 likes
        Last Post FAQtrader  
        Working...
        X