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 Post
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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
221 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
136 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
150 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
236 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
193 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment