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

Re: [amibroker] Web Site



PureBytes Links

Trading Reference Links


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 title=amibroker@xxxxxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Friday, November 16, 20016: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 title=njpowell@xxxx 
href="">njpowell@xxxx
To: <A title=amibroker@xxxxxxxxxxxx 
href="">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.