PureBytes Links
Trading Reference Links
|
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5943
------------------------------------------------------------------------
I am trying to include an alert as part of an expert. The alert should work
intraday and should be triggered once the (1 or 5 minutes) bar is complete
and its close crosses an exponential moving average.
I have tried with the following
Cross(Ref(C,-1),Ref(Mov(C,20,E),-1))
OR
Cross(Ref(Mov(C,20,E),-1),Ref(C,-1))
but once triggered it keeps on sending alerts - whereas it should send only
one - and sounds repeatedly.
Any better idea?
Alberto
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
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/
|