PureBytes Links
Trading Reference Links
|
Hi Hg
Good to hear from you too.
I get similar messages, or supposedly returned messages, when a virus gets
distributed and spoofs my address as the sender. Such is life.
> "When does one use ":=" and when "="?"
":=" is only used when defining a variable name, "=" on its own is used whenever one expression,
formula, variable or constant is tested for equality with something else.
NewVar:=Year()=2002;
The "NewVar" variable is defined as being TRUE when the year is 2002, and false during every other
year. The true state of the variable is "assumed" and does not need to be explicitly stated as
below, but it can be if you want to do it that way.
NewVar:=(Year()=2002)=TRUE;
The brackets just make sure that I know what precedence MetaStock will observe.
I don't think the MS group you mention functions any longer. Other than a couple of test messages
I've seen nothing from it for at least 2 years. It wasn't the sort of group that was easy to get out
of either. This Yahoo group that Preston moderates is the biggest MetaStock group that I'm aware of.
Kind regards
Roy
www.metastocktips.co.nz
----- Original Message -----
From: "hg1az" <hg1az@xxxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: Saturday, March 12, 2005 9:56 AM
Subject: [EquisMetaStock Group] odd message bounce
>
>
> I received this message bounce from posting to the
> group. I do not know "cwr_74@xxxxxxxxxxx" and did
> not send anything to that address.
>
> What is going on?
>
> Thanks, hg
>
>
>
> From: postmaster@xxxxxxxxxxx Add to Address Book
> To: hg1az@
> Date: Fri, 11 Mar 2005 09:07:36 -0800
> Subject: Delivery Status Notification (Failure)
>
>
> This is an automatically generated Delivery Status Notification.
>
> Unable to deliver message to the following recipients, because the
> message was forwarded more than the maximum allowed times. This
> could
> indicate a mail loop.
>
> cwr_74@xxxxxxxxxxx
>
>
>
>
> Message/delivery-status
>
> Reporting-MTA: dns;mc4-f37.hotmail.com
> Received-From-MTA: dns;ashley.ivey.uwo.ca
> Arrival-Date: Fri, 11 Mar 2005 09:07:35 -0800
>
> Final-Recipient: rfc822;cwr_74@xxxxxxxxxxx
> Action: failed
> Status: 4.4.6
>
> Forwarded Message [ Save to Yahoo! Briefcase | Download File ]
>
> To: equismetastock@xxxxxxxxxxxxxxx
> From: "hg1az" <hg1az@xxxxxxxxx>
> Date: Fri, 11 Mar 2005 15:12:10 -0000
> Subject: [EquisMetaStock Group] Using Time and Date Indicators
>
> HTML Attachment [ Download File | Save to Yahoo! Briefcase ]
>
>
>
> I have used MetaStock Professional for some time. I
> have not been trading for awhile but recently upgraded.
> When I try to use the time and date indicators such as
> Year() and Month() in Explorations or the System Tester
> I receive an error message "Assignment to reserved word,
> constant, _expression, or function." It seems that I used
> them before.
>
> To just try using the Month() function in the System Tester
> I tried to set a buy condition of Month():=1. When I tried
> to set a sell condition I was given the error message.
>
> Please help. Thank you.
>
> hg
>
>
>
>
>
>
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
> --------------------------------------------------------------------------------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/equismetastock/
>
> b.. To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/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/
|