Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Help with Fonts

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

    Help with Fonts

    Does anyone know of an example indicator where the long form of DrawText() is used please? Iv'e not been able to sort out what to use for the Font parameter. I'm sure its not just e.g. 'Times'.

    Thanks
    Dave

    #2
    Hello,

    Here you go:
    DrawText("end","testing",0,High[0],Color.Black);
    DrawText(
    "new",true,"2 testing",0,High[0],100,Color.Black,new Font("Arial",15,FontStyle.Bold),StringAlignment.Center,Color.Aqua ,Color.Blue,1);

    DenNinjaTrader Customer Service

    Comment


      #3
      Thanks Ben.
      Need to get a book on C# I think. Anything you would recommend? Would not need to go right from the begining, but I'm certainly no professional.

      Comment


        #4
        Hi Dave,

        Not sure if we can recommend a book for you. Perhaps someone in the community can help out. Otherwise you might want to Google.

        In addition, these links might help:


        and
        Discover the cutting-edge technology and expert services offered by CIS - Cyber Infrastructure, CIS, Learn more about our Company and our innovative digital solutions.
        Vince B.NinjaTrader Customer Service

        Comment


          #5
          Hi Dave,

          I had the same problem and found the SampleChangeFont in the Samples section of the Forum had a solution.

          Relevant Code:

          #region Variables
          private Font largeFont = new Font("Arial", 12); // Large font variable
          private Font smallFont = new Font("Arial", 8); // Small font variable
          #endregion


          DrawText("lowText", true, Low[0].ToString(), 1, Low[0] - 2 * TickSize, Color.Red, smallFont, StringAlignment.Near, Color.Transparent, Color.Transparent, 0);

          Greg
          The Trading Mantis
          NinjaTrader Ecosystem Vendor - The Trading Mantis

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          561 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          325 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          547 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          547 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X