PureBytes Links
Trading Reference Links
|
Pal, Thanks – that solved the
problem.
<span
>Larry M. Powell
<span
>
<span
>-----Original Message-----
From: Pal Anand
[mailto:palsanand@xxxxxxxxx]
Sent: Friday, December 26, 2003
9:55 AM
To: <font size=2
face=Tahoma>amibroker@xxxxxxxxxxxxxxx<font
size=2 face=Tahoma>
Subject: [amibroker] Re: Formula
Help
<span
>
Try
using R = R + 100; // make range 0 - 100<font size=2
face="Courier New">
rgds, Pal
--- In amibroker@xxxxxxxxxxxxxxx,
"larypowell" <larypowell@xxxx>
wrote:
> 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;
>
>
>
> R1 = (MA(R,Avg2));
>
> Plot(R1,"S-H%R",6,4);
>
>
>
>
>
>
>
> Thanks,
>
>
>
> Larry M. Powell
>
>
> --------------------------------------------------------------------
-
> Eliminate annoying spam!
>
> My mailbox is protected by iHateSpam, the
#1-rated spam buster.
> http://www.ihatespam.net
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.
|