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 claxxical, 05-30-2017, 12:30 PM
      37 responses
      4,452 views
      0 likes
      Last Post Padan
      by Padan
       
      Started by SugarDefwebsite, Today, 02:18 AM
      0 responses
      3 views
      0 likes
      Last Post SugarDefwebsite  
      Started by usglucofreeze, Today, 01:19 AM
      0 responses
      7 views
      0 likes
      Last Post usglucofreeze  
      Started by f.saeidi, Today, 01:12 AM
      0 responses
      10 views
      0 likes
      Last Post f.saeidi  
      Started by NinjaTrader_ChelseaB, 03-14-2017, 10:17 AM
      227 responses
      34,319 views
      7 likes
      Last Post rare312
      by rare312
       
      Working...
      X