PureBytes Links
Trading Reference Links
|
Have you unchecked the "recalculate expert live" in the Tools,
Options, Real Time section of Metastock?
BUY:
CROSS(C, MOV(C,20,E)) {the close crosses up thru the 20 exponential}
SELL:
CROSS(MOV(C,20,E), C) {the close crosses down thru the 20 Exp.}
Bob
--- In Metastockusers@xxxxxxxxxxxxxxx, "Alberto Torchio"
<at_trading@xxxx> wrote:
> Iam tryying 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 sonds 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:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|