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

Notification

Icon
Error

Options
Go to last post Go to first unread
StorkBite  
#1 Posted : Monday, July 18, 2005 5:03:16 AM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
How do you prevent multiple arrows from showing? I just need one arrow to show the entry point. Instead, everytime my entry requirement is met, I get a new arrow. :( UserPostedImage UserPostedImage
bearishbull  
#2 Posted : Monday, July 18, 2005 5:52:25 AM(UTC)
bearishbull

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/30/2005(UTC)
Posts: 71

Watch lesson 4 that patrick made for us and it will all be clear... latches. buy:= c> mov(c,10,e); sell:= c< mov(c,10,e); buy and barssince(ref(buy, -1)) > barssince(ref(sell, -1))
StorkBite  
#3 Posted : Monday, July 18, 2005 8:27:23 AM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
Thanks BB- I did see it, but didn't grasp that concept. OK... back to the video player! :D
wabbit  
#4 Posted : Monday, July 18, 2005 10:37:22 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)
Because you havent specified a sell criteria, try: x:=c> mov(c,10,e); x and alert(x=0,2); to show only the leading edge of the entry. Hope this helps. wabbit :D
hayseed  
#5 Posted : Monday, July 18, 2005 11:23:56 AM(UTC)
hayseed

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/7/2005(UTC)
Posts: 1,346

hey g..... your using both highlights and symbols for your buy and only highlights for your sell in that chart...... otherwise you'd have the same multiple arrow down on your red days...... as for highlights, most people rather see the green bar up days and red bar down days..... if thats your preference your codes in the highlight section; c>mov(c,10,e) for buy and c<mov(c,10,e) for sell need to stay as is...... as for symbols, most would rather the leading edge so bearisbull bulls codes would go in the symbol section..... and of course his entire code would have to be in both the buy condition and sell condition in that section...... btw, if ya have to repeat patricks 4th grade and notice some hayseed in there takin it for the 3rd time, be nice to him, it'll be me.....h
StorkBite  
#6 Posted : Wednesday, July 27, 2005 5:33:00 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
Thanks guys. Sorry for the belated response. No excuses! :oops: This was my first attempt and I jumped in without looking. After reading through your comments, I understand it better. This lesson gives me headache... 2 aspirin please! :D
DADABE  
#7 Posted : Wednesday, August 10, 2005 4:11:30 AM(UTC)
DADABE

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 6/19/2005(UTC)
Posts: 39

hi, Thanks . I'm reading "Expert Advisor Symbols" 'Resolved" . You're writing : "Watch Patrick's lesson 4" but where can I read it ? in the Formula primer ? Regards, Pierre :idea:
StorkBite  
#8 Posted : Wednesday, August 10, 2005 4:50:29 AM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
Check out the entire training library... it has some great stuff for free! http://forum.equis.com/viewtopic.php?t=1114
DADABE  
#9 Posted : Wednesday, August 10, 2005 4:56:38 AM(UTC)
DADABE

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 6/19/2005(UTC)
Posts: 39

Thanks, I'll read it Pierre
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.