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

Notification

Icon
Error

Options
Go to last post Go to first unread
glendajmason  
#1 Posted : Sunday, August 31, 2008 10:41:11 AM(UTC)
glendajmason

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 8/31/2008(UTC)
Posts: 1

can anyone assist me in the interperation of this formula below:

Price Oscillator - Von Hef

If( PeakBars(1, CLOSE, 2) < TroughBars(1,CLOSE,2),
{then}CLOSE-Peak(1,CLOSE,2),
{else}CLOSE-Trough(1,CLOSE,2));

does this indicator cheat, i.e., plot after the fact?

go to http://trader.online.pl/MSZ/e-w-Price_Oscillator-Von_Hef.html

and you will see the original posting a chart, the crossings of the zero line look good, so does it cheat?

henry1224  
#2 Posted : Monday, September 1, 2008 6:50:11 AM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)

Any indicator that uses Peak and trough functions will give unreliable signals for trading.

they should be used to confirm your position and not be used for establishing a new signal

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.