Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Connecting Ninja Trader 6.5 via a proxy server

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

    #16
    You can specify a proxy in the <proxy> element by: proxyaddress="ProxyAddress:ProxyPort"

    for example your config file will look like:
    <configuration>
    <system.net>
    <defaultProxy>
    <proxy usesystemdefault="false" proxyaddress="
    http://11.22.33.44:8888" bypassonlocal="true" />
    </defaultProxy>
    </system.net>
    </configuration>


    The problem is specifying credentials (user/password) if needed, one can try tell .NET to use the default:
    <configuration>
    <system.net>
    <defaultProxy useDefaultCredentials="true">
    <proxy usesystemdefault="false" proxyaddress="
    http://11.22.33.44:8888" bypassonlocal="true" />
    </defaultProxy>
    </system.net>
    </configuration>

    Comment


      #17
      ***Answer***
      Download Sockcap64 (free). Make sure that you go the THE .exe program file, right click, go to Properties and click the box that says "Run as administrator". You have to click this box for it to work. Or at least I did. Your welcome! Good luck!​

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Skifree, Today, 03:41 AM
      1 response
      2 views
      0 likes
      Last Post Skifree
      by Skifree
       
      Started by usazencort, Today, 01:16 AM
      0 responses
      1 view
      0 likes
      Last Post usazencort  
      Started by kaywai, 09-01-2023, 08:44 PM
      5 responses
      603 views
      0 likes
      Last Post NinjaTrader_Jason  
      Started by xiinteractive, 04-09-2024, 08:08 AM
      6 responses
      23 views
      0 likes
      Last Post xiinteractive  
      Started by Pattontje, Yesterday, 02:10 PM
      2 responses
      23 views
      0 likes
      Last Post Pattontje  
      Working...
      X