Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Candle outline - Transparent

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

    Candle outline - Transparent

    If change Candle outline on Transparent on Chart Style, we have not good bars on black color background, where Open = Close or Open - Close small difference.

    Please fix @ChartStyles.cs
    Attached Files
    Last edited by TCust; 12-29-2010, 07:08 AM.

    #2
    Welcome to our forums - I'm not sure I follow what you say here - if the background is black and you set the outline to transparent > you would see this effect as the background 'shines through' then...have you tried another outline color close to black...such as DarkGray?
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Bertrand Hello

      I see chart's without outline ( TradeStation, Omega - Candle Style ), if select Transparent, Doji on charts not correct, see 1.png

      Ps. Some Trader's program's have option draw Outline or not. In Ninja we not have this option, and select Transparent Outline.
      Last edited by TCust; 12-29-2010, 08:25 AM.

      Comment


        #4
        I'm not sure what exactly you compare to in TS, as I don't think they have transparent as option...if you work on a black backgound please use another outline color to achieve contrast in display.

        Thanks,
        BertrandNinjaTrader Customer Service

        Comment


          #5
          i have noticed same problem ...has nothing to do with the background color....when candle outline color is set to trasparent all doji candles (same open-close price) are ploted like hi-low bars.....no open close information.....

          Comment


            #6
            see that chart please....it's a bug definitely
            Attached Files

            Comment


              #7
              This is not a bug. Candle outline is what is used to draw dojis. Candle up/down color only fills in the the space between the candle outline. If you set candle outline to transparent and there is a doji, you have nothing that will show up on the chart because the outline is transparent and there is no space for the candle up/down colors to fill in.
              Josh P.NinjaTrader Customer Service

              Comment


                #8
                You need change code, and draw dojis how Wicks algoritm, not outline.

                Outline, is not proffessional and ergonomic.

                Change

                if (open == close)

                on

                if ( Math.Max(open, close) - Math.Min(open, close) <= 1 )
                graphics.DrawLine(Pen2 !!!
                and other change...

                Compare chart
                Attached Files
                Last edited by TCust; 12-29-2010, 01:50 PM.

                Comment


                  #9
                  Candle outline controls the body of the candle.
                  Wicks control the wick. The wick color will not control the candle body outline.

                  Thank you for the suggestion. It is already on our feedback list.
                  Josh P.NinjaTrader Customer Service

                  Comment


                    #10
                    Josh create please Option - Draw Outline or not.

                    All proff programs have this CQG, Esignal and other...

                    Ps. This ideal chart, but for advanced programmers, create for all user

                    Ps2. White Cross Hair lines, very bright on black background, please create Color for this lines.
                    Attached Files
                    Last edited by TCust; 12-29-2010, 03:09 PM.

                    Comment

                    Latest Posts

                    Collapse

                    Topics Statistics Last Post
                    Started by CortexZenUSA, Today, 12:53 AM
                    0 responses
                    1 view
                    0 likes
                    Last Post CortexZenUSA  
                    Started by CortexZenUSA, Today, 12:46 AM
                    0 responses
                    1 view
                    0 likes
                    Last Post CortexZenUSA  
                    Started by usazencortex, Today, 12:43 AM
                    0 responses
                    5 views
                    0 likes
                    Last Post usazencortex  
                    Started by sidlercom80, 10-28-2023, 08:49 AM
                    168 responses
                    2,266 views
                    0 likes
                    Last Post sidlercom80  
                    Started by Barry Milan, Yesterday, 10:35 PM
                    3 responses
                    13 views
                    0 likes
                    Last Post NinjaTrader_Manfred  
                    Working...
                    X