logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Mr.Jepson  
#1 Posted : Friday, November 25, 2011 1:18:52 PM(UTC)
Mr.Jepson

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 11/25/2011(UTC)
Posts: 4

Please help me, I want to view Williams%r as a histogram that calculates its possition relative to -50 instead of 0. In other words, i want it to look like PS MACD Histogram but instead of crossing at zero it crosses at -50. Thanks in advance. Hope I was clear enough.
jjstein  
#2 Posted : Friday, November 25, 2011 3:20:11 PM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
>>I want to view Williams%r as a histogram

Change the Style to histogram.


>> that calculates its possition relative to -50 instead of 0.

It already does that.

mstt  
#3 Posted : Friday, November 25, 2011 3:31:32 PM(UTC)
mstt

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/25/2005(UTC)
Posts: 1,042

Was thanked: 57 time(s) in 54 post(s)
Hi Johnathan

Doesn't any histogram stlye swing about 0? I'm not sure that the zero neutral point can be offset.

Roy
Mr.Jepson  
#4 Posted : Friday, November 25, 2011 3:37:37 PM(UTC)
Mr.Jepson

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 11/25/2011(UTC)
Posts: 4

This is exactly what im trying to do, set the neutral point to -50. Sorry, im horrible at explaining myself. Hope this is possible.
jjstein  
#5 Posted : Friday, November 25, 2011 5:03:29 PM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Roy -- Whoopsies! You're right...

Mr. Jepson -- Create this custom Indicator, plot it, and set the Style to histogram:

{ Williams %R - Custom } { <-- Formula Name }
NumPeriods:= Input("Enter the number of periods:",3,50,14);
WR:=((HHV(H,NumPeriods) - C)/(HHV(H,NumPeriods) - LLV(L,NumPeriods))) * -100;
WR+50;

Mr.Jepson  
#6 Posted : Monday, November 28, 2011 7:53:58 AM(UTC)
Mr.Jepson

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 11/25/2011(UTC)
Posts: 4

Thank you kindly, i'll give this a shot!
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.