PureBytes Links
Trading Reference Links
|
Big,
BarsSince should work for you.
Since you didn't send the formula that you are working with
I'm just quessing that this formula would work for you.
Realize that you are counting all the bars since the event so you only
need to look for a value of one.
BarsSince(C>STEBandTop(CLOSE,5,2,SIMPLE,5))=1;
Hope this helps,
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "Big Papa" <denver69692002@xxx>
wrote:
>
> Group,
>
> As I was building my expert, I put in C is greater than TopSteBand.
> But what I get is the first exit sign, which is what I want, then
> every other time the C is above, I get a subsequent exit notification.
>
> I tried the Cross(C>TopSteBand) but that didn't see to work either.
>
> Any suggestions?
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|