Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Microsoft ML.Net requires .NET 4.6.1
Collapse
X
-
played with the hack, got it all compiled up so you can re-direct the csc to which ever binary you like .. problem is that from 4.6 you can target the framework, so if ninja is targeting 4.5 and you redirect to 4.6 anything it can still target 4.5 from the 4.6 binary .. same with 4.8 etc .. so doesn't look like that works now unless someone else has got it working with windows 10 ..
so .. next best option .. in case anyone is interested
Accord.NET is a .NET machine learning framework combined with audio and image processing libraries completely written in C# ready to be used in commercial applications.
download the libsonly package from here
Machine learning, computer vision, statistics and general scientific computing for .NET - accord-net/framework
extract, and use the libs in the .net 4.5 folder, drop them into bin/Custom then add them as references into your script (right mouse click --> references)
then use something like this (i am using decision trees and data tables)
HTHCode:using Accord; using Accord.IO; using Accord.MachineLearning.DecisionTrees; using Accord.MachineLearning.DecisionTrees.Learning; using Accord.Math; using Accord.Math.Optimization.Losses; using Accord.Statistics; using Accord.Statistics.Analysis; using Accord.Statistics.Filters; using System; using System.Data; using System.Drawing; using System.IO;
- Likes 2
Comment
-
The ML Library is something I would love to try out too.Originally posted by NinjaTrader_ChelseaB View PostHello aviat72,
I have added your vote.
Is there something specific you are wanting to use in the later versions of .NET that is not available 4.5? (The later versions also include 4.5)
In general when the entire ecosystem moves forward, getting old in the tooth will starts showing its impact. It could be how well the GPUs are utilized and other optimizations which may not be backported to older versions.
The version of Interactive Brokers TWS supported is also about 18 months old; a part of me is worried is that one fine morning IB will force me to upgrade from that version and NT will not work properly.
Comment
-
Hello
+∞ for the request
Any estimation? (votes/years to implement)
A piece of art like NT must have the latest versions of the framework, this is my dream...
Comment
-
Hello Optiondreamer,
As with all feature requests, interest is tracked before implementation is considered, so we cannot offer an ETA or promise of fulfillment. If implemented, it will be noted in the Release Notes page of the Help Guide.
Release Notes — https://ninjatrader.com/support/help...ease_notes.htmChelsea B.NinjaTrader Customer Service
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
548 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
549 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment