PureBytes Links
Trading Reference Links
|
Thanks a lot for the instruction of this very elaborate method. Probably by the time I finish my
list, the first aspect already passed ... :-) Anyway: thanks
Best Regards
Georg
MS <marketstudent@xxxxxxxxxxxxxx> wrote:
> I am still wondering if it is possible to
> display in MetaStock a set of dates, e.g.
>
> 09/21/2004 MA 90° GC
Try something along the lines of:
"
If(2004=Year() AND 4=Month() AND DayOfMonth()<= 21 AND Ref(DayOfMonth
(),-1)>21,1,0);
"
You can change the date values and also the last 1 to show different
aspects/degrees.
--- In equismetastock@xxxxxxxxxxxxxxx, Georg Mayer <ylem_mayer@xxxx>
wrote:
> Hello group,
>
> most probably my problems were solved long time ago, but I am still
wondering if it is possible to
> display in MetaStock a set of dates, e.g.
>
> 09/21/2004 MA 90° GC
> 09/26/2004 ME 90° GC
> 10/26/2004 VE 90° GC
> 12/18/2004 SA 0° GC
> 01/07/2005 ME 0° GC
> 01/07/2005 VE 0° GC
> 02/02/2005 MA 0° GC
> 03/03/2005 ME 90° GC
> 03/17/2005 SA 90° GC
> 03/20/2005 VE 90° GC
> 05/31/2005 VE 180° GC
>
> as simple vertical lines. To explain myself better, please have a
look at the attached chart
> (generated by Dynamic Trader 4).
>
> (2) And is there a formula script or a add-in to display full- and
new-moons as symbols or
> vertical
> lines?
>
> Thank you very much for any hint.
>
> Best Regards
>
> Georg
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> The all-new My Yahoo! - Get yours free!
> http://my.yahoo.com
Yahoo! Groups Sponsor ADVERTISEMENT
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
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.
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|