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

Notification

Icon
Error

Options
Go to last post Go to first unread
ripper  
#1 Posted : Wednesday, July 12, 2006 7:40:26 AM(UTC)
ripper

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/12/2006(UTC)
Posts: 2

I would like to know if it's possible to write a scan formula using the zig zag &/or trough indicators to show 3 lower lows? Thanks
Jose  
#2 Posted : Wednesday, July 12, 2006 11:22:34 AM(UTC)
Jose

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/19/2005(UTC)
Posts: 1,065
Location: Koh Pha-Ngan, Earth

Was thanked: 2 time(s) in 2 post(s)
Try this exploration filter code: [code:1:cacdeb4e20] pr:=5; { Trough minimum change % } tr:=TroughBars(1,L,pr)=0; tr1:=Trough(1,L,pr); tr2:=Trough(2,L,pr); tr3:=Trough(3,L,pr); (tr1<tr2 AND tr2<tr3)*tr [/code:1:cacdeb4e20] jose '-)
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.