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

Notification

Icon
Error

Options
Go to last post Go to first unread
henry1224  
#1 Posted : Saturday, April 16, 2005 2:06:54 PM(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)
Here is a binary indicator called Dual High Low Tide LRV:=LinearReg(MP(),10); A1:=If(Ref(HHV(H,10),-1)>LRV AND Ref(LLV(L,10),-1)<LRV AND LRV>Ref(LRV,-1) AND Ref(LRV,-1)>Ref(LRV,-2),-1, If(Ref(HHV(H,10),-1)>LRV AND Ref(LLV(L,10),-1)<LRV AND LRV<Ref(LRV,-1) AND Ref(LRV,-1)<Ref(LRV,-2), 1,0)); LRV2:=LinearReg(MP(),50); A2:=If(Ref(HHV(H,50),-1)>LRV2 AND Ref(LLV(L,50),-1)<LRV2 AND LRV2>Ref(LRV2,-1) AND Ref(LRV2,-1)>Ref(LRV2,-2),-1.5, If(Ref(HHV(H,50),-1)>LRV2 AND Ref(LLV(L,50),-1)<LRV2 AND LRV2<Ref(LRV2,-1) AND Ref(LRV2,-1)<Ref(LRV2,-2), 1.5,0)); A1;A2; -1 for short term buy -1.5 for long term buy 1 for short term sell 1.5 for long term sell
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.