Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

wick thickness

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

    wick thickness

    Is there a way to change the thickness of the wick I have been looking around but can not find the command. This is what I have so far.


    All I need now is to control the thickness of the wick.

    if(bColorBars == true)
    {
    if (Close[0]>Close[1])
    {
    BarColor = pUpColor;
    CandleOutlineColor = pWickColor;
    }
    else
    {
    BarColor = pDownColor;
    CandleOutlineColor = pWickColor;
    }
    }
    else
    {
    BarColor = Color.Empty;
    }

    #2
    Hello ballboy11,

    It is not possible to change the thickness of the wick of a candle, however a work around would be to use Draw.Line, and draw a line over the wicks on both sides of the body, which would allow you to set a thicker line.

    See,


    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      ok for the drawline do i have to draw 2 lines one for the Upper wick and one for the lower wick?

      Comment


        #4
        Hello,

        Yes, I would suggest trying that.

        Please let us know if you need further assistance.
        Alan P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by sjsj2732, 03-23-2026, 04:31 AM
        0 responses
        76 views
        0 likes
        Last Post sjsj2732  
        Started by NullPointStrategies, 03-13-2026, 05:17 AM
        0 responses
        313 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        312 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        149 views
        1 like
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        113 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Working...
        X