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

DrawSquare change outline color?

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

    DrawSquare change outline color?

    Can I change the outline color of a drawsquare object?

    #2
    Hello ct,

    Thank you for writing in.
    The regular DrawSquare method does not have an overload to allow for changing the outline, but you can accomplish the same using DrawText.
    Please see the following code:
    Code:
    DrawText("GreenSquareRedOutline", false, "c", 0, Low[0], 0, Color.Transparent, new Font("webdings", 10f, FontStyle.Regular), StringAlignment.Center, Color.Red, Color.Green, 10);
    NOTES: "c" is a webdings character for a square. We set the text color to transparent and set the text outline to our desired outline color and the text background to our desired color for the square.

    More information on the DrawText method can be found in our help guide here: http://ninjatrader.com/support/helpG...htsub=drawtext

    Please let me know if I may be of further assistance.
    Michael M.NinjaTrader Quality Assurance

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by f.saeidi, Yesterday, 12:14 PM
    9 responses
    23 views
    0 likes
    Last Post f.saeidi  
    Started by Tim-c, Today, 03:54 AM
    0 responses
    3 views
    0 likes
    Last Post Tim-c
    by Tim-c
     
    Started by FrancisMorro, Today, 03:24 AM
    0 responses
    3 views
    0 likes
    Last Post FrancisMorro  
    Started by Segwin, 05-07-2018, 02:15 PM
    10 responses
    1,772 views
    0 likes
    Last Post Leafcutter  
    Started by Rapine Heihei, 04-23-2024, 07:51 PM
    2 responses
    31 views
    0 likes
    Last Post Max238
    by Max238
     
    Working...
    X