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

Notification

Icon
Error

Options
Go to last post Go to first unread
picasso  
#1 Posted : Friday, November 1, 2013 4:29:14 AM(UTC)
picasso

Rank: Newbie

Groups: Registered, Registered Users
Joined: 11/5/2012(UTC)
Posts: 7

Hello,

I´m trying to build a filter to the classic key reversal formation

(L < Ref(L,-1) AND C>Ref(C,-1) AND C < H)

When it occurs I also want that the price has made a lowest low of the last 5 days.

I tried with a MVA of 1 period of Low. Any help would be helpful.

henry1224  
#2 Posted : Friday, November 1, 2013 6:36:42 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)
Code:
(L < Ref(L,-1) AND C>Ref(C,-1) AND C < H) and L<Ref(LLV(L,5),-1)
Users browsing this topic
Guest (Hidden)
Similar Topics
An help with a filter trend formula (Formula Assistance)
by Leverage 1/22/2015 3:16:33 PM(UTC)
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.