Rank: Newbie
Groups: Registered, Registered Users Joined: 8/22/2005(UTC) Posts: 8 Location: ITALY
|
hello, i have this entry long condition:
(SYMBOL)
FILTER1:= Fml( "df Trend") ; FILTER2:= Fml( "Gann-Trend2") ;
state:=If(FILTER1=1 AND FILTER2=1,1,0);
state>Ref(state,-1)
i can use this stop long condition:
(SYMBOL)
FILTER1:= Fml( "df Trend") ; FILTER2:= Fml( "Gann-Trend2") ;
state:=If(FILTER1=1 AND FILTER2=1,1,0);
state>Ref(state,1)
but if i'd like to use a stop long condition like:
(SYMBOL)
c<mov(c,200,e)+atr(5),
how could i write my new stop long condition to get only one stop arrow on my chart (AFTER ONE LONG ARROW)?
Generally speaking, every time i get a symbol long formula that differs from symbol stop long formula i can't get the alternance: long arrow-stop long arrow-long arrow...
thank you.
|
|
|
|
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.