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

Notification

Icon
Error

Options
Go to last post Go to first unread
homano  
#1 Posted : Saturday, February 16, 2019 11:32:05 AM(UTC)
homano

Rank: Member

Groups: Registered Users, Subscribers
Joined: 8/19/2014(UTC)
Posts: 23

Thanks: 4 times

Please,

I have this subject before on this Link https://forum.metastock.com/posts/t154992-Make-a-Trend-Line-between-two-Points

and now can not succeed with this

Code:
Up:=H >= Ref(H,-1) AND H >= Ref(H,1) AND H >= Ref(H,2) AND H >= Ref(H,-2) AND H >= Ref(H,-3);

Down:= L <= Ref(L,-1) AND L <= Ref(L,1) AND L <= Ref(L,2) AND L <= Ref(L,3) AND L <= Ref(L,-2)  AND L <= Ref(L,-3);

UserPostedImage

UserPostedImage

 

Users browsing this topic
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.