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 LillyMarv, Today, 06:47 AM
      0 responses
      1 view
      0 likes
      Last Post LillyMarv  
      Started by Salahinho99, Today, 04:13 AM
      0 responses
      16 views
      0 likes
      Last Post Salahinho99  
      Started by junkone, 04-28-2024, 02:19 PM
      8 responses
      93 views
      1 like
      Last Post brucerobinson  
      Started by mkouitra, 10-23-2021, 04:40 PM
      17 responses
      1,972 views
      0 likes
      Last Post NinjaTrader_Jason  
      Started by Vietanhnguyen2hotmailcom, 05-03-2024, 10:29 AM
      4 responses
      32 views
      0 likes
      Last Post Vietanhnguyen2hotmailcom  
      Working...
      X