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

Notification

Icon
Error

Options
Go to last post Go to first unread
biandi  
#1 Posted : Tuesday, August 25, 2009 8:56:57 AM(UTC)
biandi

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 8/23/2007(UTC)
Posts: 25

I have already put the post under "alarm etc. .." so I can not seem to understand coma and do make it sound just once
johnl  
#2 Posted : Wednesday, August 26, 2009 9:57:50 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

I had the same problem awhile ago and believe I solved it by "spiking" my
alarm indicator. For instance: Cross() will signal once then stop buy C>MOV()
will kick in many signals, I only wanted one. I used logic like :
MyIndicator()=1 and Ref(MyIndicator(),-1)=0 to "spike" the indicator.
Hope this helps.

biandi  
#3 Posted : Thursday, August 27, 2009 8:18:09 AM(UTC)
biandi

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 8/23/2007(UTC)
Posts: 25

I did not understand what you mean, try a practical example eg: cross (c, mov (c, 20, s)! this is my signal, try a esmpio with this signal to me to do a single alarm!
Data  
#4 Posted : Thursday, August 27, 2009 2:28:55 PM(UTC)
Data

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 5/20/2008(UTC)
Posts: 53

biandi wrote:
I did not understand what you mean, try a practical example eg: cross (c, mov (c, 20, s)! this is my signal, try a esmpio with this signal to me to do a single alarm!

Are you speaking of an alarm given by an expert advisor ?

Using Cross(C, Mov(C, 20, S)) should work.

But I'm not sure I understand what you want and what on earth is a esmpio?
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.