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 geotrades1, Today, 07:54 AM
      10 responses
      26 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by ninza33, Yesterday, 12:31 PM
      3 responses
      16 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by patrickmlee007, Today, 09:33 AM
      1 response
      9 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by Vulgoth_t_Destroyer, 05-09-2022, 04:45 PM
      53 responses
      5,306 views
      0 likes
      Last Post BartMan
      by BartMan
       
      Started by Richozzy38, Today, 01:06 PM
      2 responses
      12 views
      0 likes
      Last Post Richozzy38  
      Working...
      X