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

Custom Drawing Tool Logo / Art

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

    Custom Drawing Tool Logo / Art

    Hi there, just out of interest.

    Is there a way to upload logo art for a custom drawing tool?

    I've coded my own drawing tool and was wondering if I could have custom art for it in the drop-down menu.

    I've attached an image referring to the drawing tool logos.

    Thanks in advance.
    Attached Files

    #2
    Originally posted by RoswellTrader View Post
    Hi there, just out of interest. Is there a way to upload logo art for a custom drawing tool?
    Sure.. couple pages below from help guide might get you started..
    Code:
    https://ninjatrader.com//support/helpGuides/nt8/NT%20HelpGuide%20English.html?icon_drawingtool.htm
    Code:
    https://ninjatrader.com//support/helpGuides/nt8/NT%20HelpGuide%20English.html?using_images_and_geo metry_with_custom_icons.htm
    Put in code blocks as there are times links do not get posted correctly..

    You can directly re-use any of the default drawing tool icons very easily like so..
    Code:
    public override object Icon { get { return NinjaTrader.Gui.Tools.Icons.DrawArrowLine; } }
    or you can actually get quite creative if you really wanted to spend the time..

    Click image for larger version

Name:	HTDBUIcons.png
Views:	44
Size:	490.7 KB
ID:	1287656


    Be Safe in this Crazy World!​
    -=Edge=-
    NinjaTrader Ecosystem Vendor - High Tech Trading Analysis

    Comment


      #3
      Thanks so much man! Really appreciate it

      Comment


        #4
        Hello RoswellTrader,

        Thanks for your notes.

        Edge has provided some excellent information on this topic that you could look into.

        Below are links to help guide documentation on this topic.

        Icon: https://ninjatrader.com//support/hel...rawingtool.htm
        Using Images and Geometry with Custom Icons: https://ninjatrader.com//support/hel...stom_icons.htm
        Brandon H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by ETFVoyageur, 05-07-2024, 07:05 PM
        19 responses
        149 views
        0 likes
        Last Post ETFVoyageur  
        Started by ETFVoyageur, Yesterday, 10:13 PM
        3 responses
        26 views
        0 likes
        Last Post ETFVoyageur  
        Started by ETFVoyageur, Yesterday, 12:52 AM
        3 responses
        33 views
        0 likes
        Last Post ETFVoyageur  
        Started by ETFVoyageur, Today, 02:10 AM
        2 responses
        27 views
        0 likes
        Last Post ETFVoyageur  
        Started by ryan_21, Today, 08:46 PM
        1 response
        2 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Working...
        X