William %R indicator: Is it available?

Questions about MultiCharts and user contributed studies.
arjfca
Posts: 1292
Joined: 23 Nov 2010
Has thanked: 725 times
Been thanked: 223 times

William %R indicator: Is it available?

Postby arjfca » 12 Jul 2012

Hello

I was listening to a webminar and I wanted to replicate the chart setup. I don't see the Williams %R indicator in my list. Is it available?

I could find the formula and create it, but if it is already done....

Martin

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: William %R indicator: Is it available?

Postby JoshM » 12 Jul 2012

There's an %R indicator included by default in MultiCharts, but you'll have to check if this one is the same as Williams' version. Looks like it though.

User avatar
ABC
Posts: 718
Joined: 16 Dec 2006
Location: www.abctradinggroup.com
Has thanked: 125 times
Been thanked: 408 times
Contact:

Re: William %R indicator: Is it available?

Postby ABC » 12 Jul 2012

To come up with the Williams %R use the %R and substract 100.

Code: Select all

WilliamsR = PercentR(Length) - 100;
Take an existing indicator, turn it upside down and give it your name ;).

arjfca
Posts: 1292
Joined: 23 Nov 2010
Has thanked: 725 times
Been thanked: 223 times

Re: William %R indicator: Is it available?

Postby arjfca » 12 Jul 2012

To come up with the Williams %R use the %R and substract 100.

Code: Select all

WilliamsR = PercentR(Length) - 100;
Take an existing indicator, turn it upside down and give it your name ;).
Hello Chris

Good idea

I just created a new powerful indicator, the Rentlek. An interesting envelop concept. May look like similar as the Keltner. But don't be confuse, it is at least spelled backward...

Martin :)

N.B.
I did created the Williams R indicator using the %R and adapting the formula


Return to “MultiCharts”