Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

SpeechSynthesizer or Run external process...

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

    SpeechSynthesizer or Run external process...

    Seems System.Speech.Synthesis namespace is not available in NT8. Any way we can do speech synthesis or at least run an external process from NT8 that can do it?

    #2
    Hello fxRichard,

    This would fall under general C# and would not be a documented NinjaScript item.

    That said, have you added a reference to the dll?

    Below is a link to a 3rd party guide.


    Also, below is a link to another thread that discusses speech synthesis.
    Last edited by NinjaTrader_ChelseaB; 08-01-2016, 07:03 AM.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Its easy to do, look at this thread, has code, I managed to make dynamic speech synthesis as well as load text files to read them dynamically..

      This thread has some code that should help you...

      Comment


        #4
        I have a class that does it, if you need the code let me know, I can post.

        The thread I put in the prior post explains how to put in the speech.dll so it can be accessed in your ninjascript

        Comment


          #5
          HI KhaosTrader,

          I am playing with System.Speech.Synthesis using NT8, and I would truly appreciate your posting the code to access the dll properly!

          I am basically just trying to get it to say ' Bars.Instrument.MasterInstrument.Name + "up" or "down" ' based on whether it is crossing a key trendline.

          Any help from you would be truly appreciated. Thank you in advance!

          Comment


            #6
            Hello again,

            I got it to work in the rudimentary sense: there's a simplistic example from Microsoft here https://docs.microsoft.com/en-us/dot...tframework-4.8

            If you do this, however, it will literally speak each example through the entirety of the chart history every time you change indicators on your chart. That is not good!

            To get around this, I believe the solution is to write a custom wav file for the symbol and then access that wav file in a standard NT8 Alert().

            Microsoft lays out a simple way to create a speech synthesis wav file here https://docs.microsoft.com/en-us/dot...tframework-4.8

            So, I just wanted to jot down these notes in case anyone ever wants to try this themselves. I haven't finished it yet myself.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by fx.practic, 10-15-2013, 12:53 AM
            5 responses
            5,404 views
            0 likes
            Last Post Bidder
            by Bidder
             
            Started by Shai Samuel, 07-02-2022, 02:46 PM
            4 responses
            95 views
            0 likes
            Last Post Bidder
            by Bidder
             
            Started by DJ888, Yesterday, 10:57 PM
            0 responses
            8 views
            0 likes
            Last Post DJ888
            by DJ888
             
            Started by MacDad, 02-25-2024, 11:48 PM
            7 responses
            159 views
            0 likes
            Last Post loganjarosz123  
            Started by Belfortbucks, Yesterday, 09:29 PM
            0 responses
            8 views
            0 likes
            Last Post Belfortbucks  
            Working...
            X