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. Please use this
page to reply.
Hello Tim
Try the following for a break during the 3 last days. Should you wish to use an exponential mov, replace the "s" with a "e":
Buy signal
cross(mov(c,10,s), mov(c,30,s)
or
cross(ref(mov(c,10,s),-1), ref(mov(c,30,s),-1)
or
cross(ref(mov(c,10,s),-2), ref(mov(c,30,s),-2)
Sell signal
cross(mov(c,30,s), mov(c,30,s)
or
cross(ref(mov(c,30,s),-1), ref(mov(c,10,s),-1)or
cross(ref(mov(c,30,s),-1), ref(mov(c,10,s),-1)
Best regards
-------Original Message-------
From: equismetastock@xxxxxxxxxxxxxxx
Date: dimanche 02 février 2003 23:14:03
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Crossover Formula
Hi All,
I am a newbie at programming MS explorations, and have hit a brick wall trying to fathom how to add this
idea to code.
Basically what I am trying to do is create an exploration that searches for 10 / 30 MA crossovers (that's
the easy part). What I would like to do is extend this so that I can search for shares that have met this
criteria within a time I specify. i.e. Crossover happened today or crossover has happened within the
the last 3 days.
The reason I want to do this is that at present the MA Cross over exploration return every share with the
10 day > 30 Day.
Any help with this is greatly appreciated.
Warm Regards, Tim Hyder To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxxYour use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
____________________________________________________ IncrediMail - Email has finally evolved - Click Here
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Attachment:
Description: ""
|