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

Notification

Icon
Error

Options
Go to last post Go to first unread
magiclaas  
#1 Posted : Tuesday, June 14, 2016 10:28:19 AM(UTC)
magiclaas

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 9/18/2008(UTC)
Posts: 37

hi, i ask if anyone can code this formula: WVF = (Highest (Close,22) - Low)/(Highest(Close,22))*100 This means you find the highest close of the past 22 bars and then subtract the low of the current bar from this price. The result is divided by the highest close of the last 22 bars. Finally, the result is multiplied by 100 to normalize the indicator readings. There was no optimization. the value could be 20 21 or 22 just the daiys in a month or 26 in weekly tf thank you very much Luigi
MS Support  
#2 Posted : Tuesday, June 14, 2016 2:05:37 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,960

Thanks: 92 times
Was thanked: 155 time(s) in 150 post(s)
Hi, The following formula should meet your criteria: (HHV(C,22)-L)/(HHV(C,22))*100
Users browsing this topic
Guest (Hidden)
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.