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. :(
|
|
|
|
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))
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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:
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
|
|
|
|
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.