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:	43
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 futtrader, 04-21-2024, 01:50 AM
        5 responses
        56 views
        0 likes
        Last Post NinjaTrader_Eduardo  
        Started by PeakTry, Today, 10:49 AM
        0 responses
        2 views
        0 likes
        Last Post PeakTry
        by PeakTry
         
        Started by llanqui, Today, 10:32 AM
        0 responses
        5 views
        0 likes
        Last Post llanqui
        by llanqui
         
        Started by StockTrader88, 03-06-2021, 08:58 AM
        45 responses
        3,992 views
        3 likes
        Last Post johntraderuser2  
        Started by TAJTrades, Today, 09:46 AM
        0 responses
        8 views
        0 likes
        Last Post TAJTrades  
        Working...
        X