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 Belfortbucks, Today, 09:29 PM
        0 responses
        6 views
        0 likes
        Last Post Belfortbucks  
        Started by zstheorist, Today, 07:52 PM
        0 responses
        7 views
        0 likes
        Last Post zstheorist  
        Started by pmachiraju, 11-01-2023, 04:46 AM
        8 responses
        151 views
        0 likes
        Last Post rehmans
        by rehmans
         
        Started by mattbsea, Today, 05:44 PM
        0 responses
        6 views
        0 likes
        Last Post mattbsea  
        Started by RideMe, 04-07-2024, 04:54 PM
        6 responses
        33 views
        0 likes
        Last Post RideMe
        by RideMe
         
        Working...
        X