PureBytes Links
Trading Reference Links
|
Try something like this:
---8<----------------------------------
interval:=Input("Signal years divisible by",1,100,2);
Mod(Year(),interval)=0
---8<----------------------------------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, "ptc_man3" <great.bear@xxx>
wrote:
>
> hi
>
> I have a question about a specific metastock formula.
>
> If we want to highligh the year 2000 we use year() function
> {year()=2000}.
>
> My problem now is how do I highlight 2 years intervals. For example,
> if I want to highlight the year 2006 and then the year 2004, and
> then 2002 and so forth, how can I do it?
>
> thank you
> regards
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/
|