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

Fann with ninjatrader

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

    Fann with ninjatrader

    Has anyone used fann with ninjatrader? If so how did you get it set up? I can't find anyway to add a web reference to a ninjascript? Is it possible?

    #2
    Is this what you are looking for? http://www.ninjatrader-support.com/H...awGannFan.html

    Adding web references to NinjaScript is beyond the level of what we can support.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      No, I am looking to use FANN (fast artificial nerual network) library.

      Comment


        #4
        Unfortunately that is beyond the level of support we can offer. Good luck.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          I got FANN working with NT. For anyone who is looking for some general instructions on how to do it, here is the route I took. I decided to write a small .DLL in c# which just had 2 functions (init,run). This DLL connected to FANN the same way the c# example that comes with FANN does it. Then for NT i just added this .dll as a refence, and put the .dll in the /bin folder of NT. Then I call the init function with the filename of the neural network to load, and call the run function passing a double[] of inputs on each onbar.

          Seems to work well.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by rexsole, Today, 08:39 AM
          1 response
          6 views
          0 likes
          Last Post bltdavid  
          Started by cmtjoancolmenero, Yesterday, 03:58 PM
          6 responses
          28 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by gbourque, Today, 06:39 AM
          2 responses
          14 views
          0 likes
          Last Post gbourque  
          Started by trilliantrader, Yesterday, 03:01 PM
          3 responses
          31 views
          0 likes
          Last Post NinjaTrader_Clayton  
          Started by Brevo, Today, 01:45 AM
          1 response
          14 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Working...
          X