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