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 cre8able, Today, 01:16 PM
          2 responses
          9 views
          0 likes
          Last Post cre8able  
          Started by chbruno, 04-24-2024, 04:10 PM
          3 responses
          48 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by samish18, Today, 01:01 PM
          1 response
          7 views
          0 likes
          Last Post NinjaTrader_LuisH  
          Started by WHICKED, Today, 12:56 PM
          1 response
          9 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by WHICKED, Today, 12:45 PM
          1 response
          11 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Working...
          X