Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Any way to increase the size of a DrawDot()?
Collapse
X
-
Tags: None
-
Hi DancesWithBears, unfortunately it isn't possible to increase the size of the dot. A workaround would be changing fonts for draw objects and DrawText() with the string ".".
Please see the attached picture for the syntax.
Code:#region Variables // 48 is the font size, and it might be too large. I haven't tested. private Font largeFont = new Font("Arial", 48); #endregion protected override void OnBarUpdate() { DrawText("myDot" + CurrentBar, true, ".", 0, High[0] + 2 * TickSize, Color.Black, largeFont, StringAlignment.Near, Color.Transparent, Color.Transparent, 0); }AustinNinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
331 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
549 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
549 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment