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:11:25 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 Ryan's Hope. It is converted from a Tradestation Indicator MA1:=Mov(C,20,S); A1:=If(MA1>Ref(MA1,-5) AND C<Ref(C,-5) AND C>Ref(C,-25),-1, If(MA1<Ref(MA1,-5) AND C>Ref(C,-5) AND C<Ref(C,-25),1,0)); MA2:=Mov(C,40,S); A2:=If(MA1>Ref(MA1,-10) AND C<Ref(C,-10) AND C>Ref(C,-50),-1.5, If(MA1<Ref(MA1,-10) AND C>Ref(C,-10) AND C<Ref(C,-50),1.5,0)); A1;A2; -1 for buy signals short term -1.5 for long term 1 for sell short term 1.5 for long term
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.