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

Notification

Icon
Error

Options
Go to last post Go to first unread
Sctty268  
#1 Posted : Thursday, March 8, 2012 8:08:01 PM(UTC)
Sctty268

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 3/9/2012(UTC)
Posts: 3

I need to combine these two conditions so that they both need to happen before the symbol is placed above the current price. However, with condition 2, only have the symbol created at the start, not continuously as conditon 2 is progressing.
jjstein  
#2 Posted : Thursday, March 8, 2012 10:53:41 PM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Try the CROSS() function.

wabbit  
#3 Posted : Friday, March 9, 2012 6:46:48 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Code:

test:=C>Mov(C,36,E) AND C <(HHV(H,20)+2*ATR(10));

{plot}
test and alert(test=0,2);




wabbit [:D]

Sctty268  
#4 Posted : Sunday, March 11, 2012 5:03:03 PM(UTC)
Sctty268

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 3/9/2012(UTC)
Posts: 3

Thats fantastic...works well.
wabbit  
#5 Posted : Sunday, March 11, 2012 5:09:27 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
No problems.... but you still have to do more homework by reading the MS User Manual and then do the exercises in the formula primer.


wabbit [:D]

P.S. ahem.... thread status?!


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.