Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Fann with ninjatrader
Collapse
X
-
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?Tags: None
-
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
-
-
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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
580 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
335 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
102 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment