| 
 PureBytes Links 
Trading Reference Links 
 | 
Franco,  I tried this and it changed the
shape of the plot.  The solution Pal mentioned did what I was looking for,
thanks for the help.
 
<span
>Larry M. Powell
<span
> 
<span
>-----Original Message-----
From: Franco Gornati
[mailto:francogornati@xxxxxx] 
Sent: Friday, December 26, 2003
12:00 AM
To: <font size=2
 face=Tahoma>amibroker@xxxxxxxxxxxxxxx<font
size=2 face=Tahoma>
Subject: Re: [amibroker] Formula
Help
<span
> 
>
The following plots correctly except the numbers are all negative.  I
would
> like them to be positive.  This is
essentially a moving average of the
> Williams %R, so it is range bound.  I
have tried using ABS but it changes
> the shape of the plot.
> 
>  
> 
> //Stan Harley %R Indicator
> 
>  
> 
> x=6;
> 
> Avg2=5;
> 
>  
> 
> R = ((HHV(H,x) - C) /(HHV (H,x) -LLV (L,x)))
* -100;
Just looking more carefully, replace -100 with 100
Franco
Send BUG
REPORTS to bugs@xxxxxxxxxxxxx<span
>
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
<font
size=2 face="Courier New">
<font size=2
face="Courier New">Yahoo!
Groups Links
<font size=2
face=Symbol>·<font size=1
face="Times New Roman">        
<span
>To visit your group on the
web, go to:
http://groups.yahoo.com/group/amibroker/
  
<font size=2
face=Symbol>·<font size=1
face="Times New Roman">        
<span
>To unsubscribe from this
group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
  
<font size=2
face=Symbol>·<font size=1
face="Times New Roman">        
<span
>Your use of Yahoo! Groups is
subject to the Yahoo! Terms of
Service. 
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/ 
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
 |