Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
getting list of available voices
Collapse
X
-
Hello WHICKED,
Thank you for your post.
Please clarify what you are referring to; I don't understand what you mean by "a list of voices." Are you able to provide a screenshot or an example of what types of items would be on the list? Is this supposed to be a user input for the indicator settings?
I look forward to your reply.
-
Hello WHICKED,
Thank you for your reply.
Are you referring to the System.Speech.Synthesis class? NinjaTrader uses the C# 5.0 programming language targeting .NET 4.8 for developing custom NinjaScript AddOns. Using external programming languages is not documented or supported and we would not be able to provide assistance. That being said, I was able to find the following forum threads that have some discussion about System.Speech.dll:- https://ninjatrader.com/support/foru...ge2#post335117
- https://ninjatrader.com/support/foru...eak#post743235
- https://ninjatrader.com/support/foru...e-a-system-dll
- https://ninjatrader.com/support/foru...king-nt8-speak
Documents\NinjaTrader 8\bin\Custom is the proper place for a 3rd party referenced assembly dll.
Support for 3rd party assemblies is limited. Our team is able to assist with adding the dll and a reference to the dll, however we cannot assist with its use, or with any errors or unexpected behavior that may occur.
With that said, we are happy to forward any insightful information we happen to be aware of.
Below is a link to the help guide on referencing a 3rd party assembly dll.
https://ninjatrader.com/support/help...indicators.htm
Any referenced managed assembly will need to target .NET Framework 4.8 or lower. Other versions of .NET will not work, such as .NET Core or .NET 5.
With that information in mind, if you are able to List<String> of all of the voice values that you are looking for, you should be able to create a dropdown menu of enum values in a similar manner to the following reference sample:- https://ninjatrader.com/support/foru...vior#post96807
- Search the script for Use Case #4: Display "friendly" enum values
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
54 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
25 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
17 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment