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

Notification

Icon
Error

Options
Go to last post Go to first unread
vladimir  
#1 Posted : Saturday, July 17, 2010 5:36:56 AM(UTC)
vladimir

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 7/1/2007(UTC)
Posts: 33

Hi, I want to do a exploration scan of the following. Condition: - RSI(14) must cut above 70 and cut below level 70 to be valid Exception case: I have this filter but testing show it might not filter out those condition that fulfill above criteria fully. In some case, it go above 70 & go below 30 and go above 30 again, not touching 70. My filter: ValueWhen( 1, Cross(70,RSI(14)), RSI(14) ) AND RSI(14) <= 70 Please advise how do I filter out exception case in my filter. Thank you
johnl  
#2 Posted : Wednesday, July 21, 2010 7:48:08 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

That's the problem with oscillators, you have to find a filter to get rid of the bad signals.
Using a confirmation signal may help.

vladimir  
#3 Posted : Thursday, July 22, 2010 9:34:07 AM(UTC)
vladimir

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 7/1/2007(UTC)
Posts: 33

Hi Johnl First, thank for your reply. Could you mind to give some example on how I go about using another filter plus confirmation signal to solve this issue. Thank you
johnl  
#4 Posted : Thursday, July 22, 2010 7:01:12 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

A confirmation signal would be something like:

mov(C,20,S)<mov(C,50,S)

It is pretty much hit or miss. Use multiple inner windowa to compare your results.
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.