Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

border of DrawRectangle

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

    border of DrawRectangle

    Support,

    Using DrawRectangle,where does one specify the thickness of the rectangle border?

    By using the below, it is drawing rectangle with border thickness 1. Anyway to increase border thickness ?

    DrawRectangle(string tag, bool autoScale, int startBarsAgo, double startY, int endBarsAgo, double endY, Color color, Color backColor, int opacity)


    --
    Shooter

    #2
    Originally posted by shooter View Post
    Support,

    Using DrawRectangle,where does one specify the thickness of the rectangle border?

    By using the below, it is drawing rectangle with border thickness 1. Anyway to increase border thickness ?

    DrawRectangle(string tag, bool autoScale, int startBarsAgo, double startY, int endBarsAgo, double endY, Color color, Color backColor, int opacity)


    --
    Shooter
    You can't. If you want to do something like this you will need to override Plot() method.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by gentlebenthebear, Today, 01:30 AM
    2 responses
    13 views
    0 likes
    Last Post gentlebenthebear  
    Started by Kaledus, Today, 01:29 PM
    2 responses
    8 views
    0 likes
    Last Post Kaledus
    by Kaledus
     
    Started by frankthearm, Yesterday, 09:08 AM
    13 responses
    46 views
    0 likes
    Last Post frankthearm  
    Started by PaulMohn, Today, 12:36 PM
    2 responses
    16 views
    0 likes
    Last Post PaulMohn  
    Started by Conceptzx, 10-11-2022, 06:38 AM
    2 responses
    56 views
    0 likes
    Last Post PhillT
    by PhillT
     
    Working...
    X