Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Wingdings Arrow not working
Collapse
X
-
Thanks Gaby for yout quick response,Originally posted by NinjaTrader_Gaby View PostHello omololu,
Thank you for your post.
Can you explain what you mean by a "wingdings arrow"? Are you using Draw.Text with wingdings symbols?
You can always use Draw.ArrowUp, Draw.ArrowDown, and Draw.ArrowLine for arrows as well.
Please let us know if we can assist further.
Yes, I'm using Draw.Text with wingdings symbols. It was correctly drawing the Wingdings arrow symbols until recently when I had to setup NT8 on a different Windows 10 machine.
My codes are as follow;
.
.
.
private NinjaTrader.Gui.Tools.SimpleFont wingDigns3Font = new NinjaTrader.Gui.Tools.SimpleFont("Wingdings 3", 7) { Size = 30, Bold = true };
.
.
.
Draw.Text(this, "arrowsignal", true, "J",0 , Low[1] - _arrowsOffset * TickSize, 0, _arrowUpColor, wingDigns3Font, TextAlignment.Center, Brushes.Transparent, Brushes.Transparent, 0);
Regards.
omololu
Comment
-
Hello omololu,
Thank you for your response.
This is likely an issue isolated to your current PC, given it was working on your previous set up and I am able to get the code you shared to work on my PC as well. Troubleshooting what is different with your PC set up would be out of our scope of support, however we recommend making sure you have this font installed.
One thing to be aware of this could potentially also happen on other people's computers if you plan to share this script. The user would need to have Wingdings font installed as well.
To draw a custom arrow, custom rendering it with a triangle and rectangle or path geometry would be the best approach.
Custom Rendering using Sharp DX: https://ninjatrader.com/support/help...LinesAndShapes
SampleCustomRender in the platform also demonstrates custom rendering lines, text, and shapes.
Please let us know if you have any further questions.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
606 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
351 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
560 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
561 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment