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

Microsoft ML.Net requires .NET 4.6.1

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

    #31
    Thanks Chelsea .. do you happen to know which folder that is in on windows 10 ? I can only see v2.0 v3.0 v3.5 and v4.0.30319 (which looks like 4.8 to me) in C:\Windows\Microsoft.NET\Framework64 .... I can't see a 4.5 ? any ideas ?

    Comment


      #32
      Hello 12tkram,

      I wouldn't know the specifics of how .NET installs. Microsoft may have more details about where .NET installs. From my understanding the later versions include the previous versions.
      Chelsea B.NinjaTrader Customer Service

      Comment


        #33
        thanks bud!

        Comment


          #34
          Use code, regedit.exe, or PowerShell to detect which versions of .NET Framework are installed on a machine by querying the Windows registry. Or, check Control Panel.


          install path is in the registry, as you would expect lool

          Comment


            #35
            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)

            Code:
            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;
            HTH

            Comment


              #36
              +1 on the request. .NET 4.5 is very old....

              Comment


                #37
                Hello 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)
                Chelsea B.NinjaTrader Customer Service

                Comment


                  #38
                  Originally posted by NinjaTrader_ChelseaB View Post
                  Hello 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)
                  The ML Library is something I would love to try out too.

                  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


                    #39
                    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


                      #40
                      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.htm
                      Chelsea B.NinjaTrader Customer Service

                      Comment


                        #41
                        Please upgrade NinjaTrader to .NET v4.8 or later. This is a source of frustration with extending NinjaTrader.
                        Last edited by Mr_You; 06-03-2020, 01:13 PM.

                        Comment


                          #42
                          Hello Mr_You,

                          I've added your vote to SFT-3124.

                          Thank you for your vote.
                          Chelsea B.NinjaTrader Customer Service

                          Comment


                            #43
                            Add my vote to this feature request please.

                            Comment


                              #44
                              Hello Yandychang,

                              Thanks for your voice.

                              I've added your vote to SFT-3124 as well.
                              Chelsea B.NinjaTrader Customer Service

                              Comment


                                #45
                                please add my vote as well. thank you.

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by arvidvanstaey, Today, 02:19 PM
                                4 responses
                                11 views
                                0 likes
                                Last Post arvidvanstaey  
                                Started by samish18, 04-17-2024, 08:57 AM
                                16 responses
                                59 views
                                0 likes
                                Last Post samish18  
                                Started by jordanq2, Today, 03:10 PM
                                2 responses
                                9 views
                                0 likes
                                Last Post jordanq2  
                                Started by traderqz, Today, 12:06 AM
                                10 responses
                                18 views
                                0 likes
                                Last Post traderqz  
                                Started by algospoke, 04-17-2024, 06:40 PM
                                5 responses
                                47 views
                                0 likes
                                Last Post NinjaTrader_Jesse  
                                Working...
                                X