[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Web Site



PureBytes Links

Trading Reference Links


Hello,
 
This must be something wrong with your local 
connection.
Both amibroker.com (USA) and amibroker.net 
(Canada)
are up and running. The pages are plain HTML 
there are no 
client side/server side scripts on the main 
page.
The pages even display in text-only LYNX 
browser.
 
Go to the command prompt and type:
 
tracert amibroker.com
 
to see if your connection to amibroker.comis 
working at all.
 
You should see something like this:
 
Tracing route to amibroker.com 
[216.74.99.167]over a maximum of 30 hops:
 
  1   <10 ms  <10 
ms   <10 ms  mylocalhost [192.168.1.1]  
2    20 ms    30 ms    30 ms  
213.76.187.253  3    20 ms    30 
ms    30 ms  213.76.187.251  4    20 
ms    30 ms    31 ms  
z.wro-ar2.do.wro-r1.tpnet.pl [195.205.0.129]  5    30 
ms    40 ms    40 ms  
z.lodz-r1.do.wro-r1.tpnet.pl [194.204.175.158]  6    30 
ms    40 ms    40 ms  
z.war-r2.do.lodz-r1.tpnet.pl [194.204.175.119]  7    60 
ms    60 ms    61 ms  kbn-b2-pos4-1.telia.net 
[213.248.66.157]  8    50 ms    60 
ms    60 ms  kbn-bb2-pos1-3-0.telia.net 
[213.248.64.57]  9   130 ms   130 ms   
141 ms  nyk-bb2-pos1-1-0.telia.net [213.248.64.13] 10   
130 ms   140 ms   141 ms  
pos3-2.core1.NewYork1.Level3.net [63.211.54.93]
 
 11   140 ms   140 
ms   141 ms  ae0-56.mp2.NewYork1.Level3.net 
[64.159.17.162] 12   140 ms   141 ms   
140 ms  so-3-0-0.mp1.Weehawken1.Level3.net 
[64.159.1.117] 13   130 ms   140 ms   140 
ms  loopback0.hsipaccess1.Weehawken1.Level3.net 
[209.247.2.3] 14   130 ms   140 ms  141 
ms  p4-0.core1.cftnnj.inet.vdi.net [63.211.89.150] 15   
150 ms   151 ms   150 ms  amibroker.com 
[216.74.99.167]
 
Trace complete.
 
Best regards,
Tomasz Janeczko
amibroker.com
 
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Brian 
Elijah 
To: <A 
href="" 
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx 
Sent: Friday, November 16, 2001 8:50 
PM
Subject: Re: [amibroker] Web Site

That didnt work either.
 
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Tomasz Janeczko 

To: <A 
href="" 
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx 
Sent: Friday, November 16, 2001 1:06 
PM
Subject: Re: [amibroker] Web Site

Hello,
 
You may try <A 
href="">http://www.amibroker.net
 
Best regards,Tomasz Janeczko===============AmiBroker - the 
comprehensive share manager.<A 
href="">http://www.amibroker.com
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Brian 
Elijah 
To: <A 
href="" 
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx 
Sent: Friday, November 16, 2001 
7:58 PM
Subject: Re: [amibroker] Web 
Site

Tomasz,
I tried the link it did not help. I can 
access all other web pages I have tried. I thought maybe somethng about XP 
was conflicting with the site.
 
 
Brian
 
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Tomasz 
Janeczko 
To: <A 
href="" 
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx 
Sent: Friday, November 16, 2001 
12:27 PM
Subject: Re: [amibroker] Web 
Site

Hello,
 
Can you access other web pages? Have you 
set up TCP/IP protocol correctly, DNS and 
(eventually a HTTP proxy)?
 
You can try also by IP: <A 
href="">http://<FONT face=Tahoma 
size=2>216.74.99.167
Best regards,Tomasz Janeczko===============AmiBroker - 
the comprehensive share manager.<A 
href="">http://www.amibroker.com
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Brian 
Elijah 
To: <A 
href="" 
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx 
Sent: Friday, November 16, 
2001 6:14 PM
Subject: [amibroker] Web 
Site

For some reason my new computer with 
Windows XP will not access the web site  <A 
href="">www.amibroker.com
 
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
<A href="" 
title=njpowell@xxxx>njpowell@xxxx
To: <A 
href="" 
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx
Sent: Friday, November 16, 2001 
10:54 AM
Subject: [amibroker] Re:Slow 
Stochastic + histogram
I think I did it :o)Graph0 = 
StochK();Graph1 = StochD();DF = StochK()-StochD();DF1 = 
IIF( DF>0, DF, 0 - DF);DF2 = DF1 * 2; /* Just to make it a 
little more visable */Graph2 = DF2;  Title=Name() + "- 
Stochastic Slow - %K=" + WriteVal(Graph0 )+ ", %D=" + 
WriteVal(Graph1) + ", Difference = " + WriteVal(DF1);Maybe 
this will help someone.  If not, it was still a learning 
experience for me :o)Nathan--- In 
amibroker@xxxx, njpowell@xxxx wrote:> What would be the 
easiest way to view a histogram of the difference > between 
the %D and %K line?  How hard would it be to change a > 
negative difference to positive so that we could overlay the Stoch 
> indicator?  This would track the difference and not 
worry about > wether it's positive or negative.> 
> Thanks in Advance> 
NathanYour use of Yahoo! Groups is subject 
to the Yahoo! Terms of 
Service. Your use of Yahoo! 
Groups is subject to the <A 
href="">Yahoo! Terms of 
Service. Your use of Yahoo!Groups 
is subject to the Yahoo! 
Terms of Service. Your use ofYahoo! 
Groups is subject to the <A 
href="">Yahoo! Terms of Service. 
Your use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service. 
Your 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.