roguetrader said:
As I said earlier I am not fully familiar with this program's habits, though I did play around with it a few months back so I have a basic awareness of it. I'd be surprised that the bandwidth indicator would drop to zero during the trading day, that would suggest that there is some interuption to the connection.
I have it on my old laptop, so I will try and play around with it over the next couple of days and see if I can come up with anything. If you resolve thissue in the meantime please let me know
Select menus
Start > Run > type
CMD and press
ENTER key.
type command
ping www.bbc.co.uk -t
you should get continuous replies...
Reply from 212.58.224.89: bytes=32 time=37ms TTL=247
Reply from 212.58.224.89: bytes=32 time=42ms TTL=247
time=37 milliseconds tells you the transfer times.
If you are getting
Reply from 212.58.224.89: bytes=32 time=40ms TTL=247
Reply from 212.58.224.89: bytes=32 time=39ms TTL=247
Reply from 212.58.224.89: bytes=32 time=42ms TTL=247
Request timed out.
Reply from 212.58.224.89: bytes=32 time=76ms TTL=247
If you get frequent
Request time outs then you have a connection problem.
============
Also, type the following command at your DOS command prompt again...
C:\Whateverfolder>
netstat -a
Active Connections
Proto Local Address Foreign Address State
TCP g270-optiplex:epmap g270-optiplex:0 LISTENING
TCP g270-optiplex:microsoft-ds g270-optiplex:0 LISTENING
TCP g270-optiplex:59591 g270-optiplex:0 LISTENING
TCP g270-optiplex:netbios-ssn g270-optiplex:0 LISTENING
TCP g270-optiplex:4608 sb-live-dist3.cmcnet.net:1057 ESTABLISHE
TCP g270-optiplex:
4625 www.alphatrade.com:1580 ESTABLISHED
UDP g270-optiplex:microsoft-ds *:*
UDP g270-optiplex:isakmp *:*
UDP g270-optiplex:1025 *:*
UDP g270-optiplex:1046 *:*
UDP g270-optiplex:1183 *:*
You should see an
established connection to your provider like
4625
www.alphatrade.com:1580 ESTABLISHED
Good luck...
Atilla