PureBytes Links
Trading Reference Links
|
--- In equismetastock@xxxxxxxxxxxxxxx, "Matt Blackman"
<tradewriter@xxx> wrote:
>
> I am new to this forum. I want to test a large number of stocks
> against pre-set timing lists (> 50 entry and exit dates). Has anyone
> done this?
>
> Here is my first try but it didn't work.
>
> -------------------------------------
> BUY
>
> If((Year()=2005 AND Month()=10 AND DayOfMonth()=19) OR (Year()=2005
> AND Month()=11 and DayOfMonth()=30) OR (Year()=2005 AND Month()=12 AND
> DayOfMonth()=1) OR (Year()=2005 AND Month()=12 AND DayOfMonth()=16) OR
> (Year()=2006 AND Month()=4 AND DayOfMonth()=12 OR (Year()=2006 AND
> Month()=5 AND DayOfMonth()=2)),1,0)
>
> SELL
>
> If((Year()=2005 AND Month()=11 AND DayOfMonth()=30) OR (Year()=2005
> AND Month()=12 and DayOfMonth()=14) OR (Year()=2006 AND Month()=4 AND
> DayOfMonth()=5) OR ((Year()=2006 AND Month()=4 AND DayOfMonth()=19)
> OR (Year()=2006 AND Month()=4 AND Month()=5 AND DayOfMonth()=8) OR
> (Year()=2006 AND Month()=4 AND Month()=5 AND DayOfMonth()=11)),1,0)
>
> ------------------------
>
> Thanks in advance for any help with this...
>
> Cheers,
> Matt Blackman
>
there is an answer to this at equis...
------------------------------------
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/
|