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

Notification

Icon
Error

Options
Go to last post Go to first unread
1pcntr  
#1 Posted : Thursday, February 2, 2006 3:04:39 AM(UTC)
1pcntr

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/5/2005(UTC)
Posts: 1

#-o I'm having trouble with an expert, I'm trying to write, to highlight the day that stoch crosses and the Vol>=mov(V,260,s) or V>=Ref(Volume,-1) but I only want the day that all are meet to be highlighted, instead every day that is above yesterdays vol is highlighting?? If anyone could help out or point me in the right direction would be a great help. Thanks in advance for any help. #-o
Justin  
#2 Posted : Thursday, February 2, 2006 6:12:15 AM(UTC)
Justin

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 9/13/2004(UTC)
Posts: 673
Location: Salt Lake City, UT

Hard to say without seeing the exact formula as it is written, but my first guess is that you don't have the parentheses in the right location, or you need to add parentheses around the first condition (possibly prior to the AND)
Jose  
#3 Posted : Thursday, February 2, 2006 11:12:26 AM(UTC)
Jose

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/19/2005(UTC)
Posts: 1,065
Location: Koh Pha-Ngan, Earth

Was thanked: 2 time(s) in 2 post(s)
Try this: [code:1:9e0f659f4d]StochCross:=Cross(Stoch(5,3),Mov(Stoch(5,3),3,S)); StochCross AND (V>=Mov(V,260,S) OR V>=Ref(V,-1)) [/code:1:9e0f659f4d] jose '-)
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.