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
|
|
|
|
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.