PureBytes Links
Trading Reference Links
|
30 minutes? In 30 minutes I could write you a script that composes and
automatically mails out the same post you have started making to this list.
EXCLAMATION POINTS AND ALL !!!
Let's see. It would go something like this:
'---- get the index close
dClose = GetClose("QQQ")
'---- compute round support levels
dS1 = int(dClose) - 1
dS2 = dS1 - 1
dS3 = dS2 - 2
'---- compute round resistance levels
dR1 = int(dClose) + 2
dR2 = dR1 + 1
dR3 = dR2 + 2
'---- compute "price targets"
dUpTarget = dS3 - 2
dDownTarget = dR3 - 2
'---- generate reasonable timeframe
dDays = int(rand() * 15) + 5
'---- generate spontaneous comment
nComment = int(rand() * 3)
if nComment = 0 then
sComment = " TIP IT'S HAND "
elseif nComment = 1 then
sComment = " FLASH IT'S PACKAGE "
elseif nComment = 2 then
sComment = " CORROBORATE MY ANALYSIS "
endif
'---- generate dubious message body
s = "QQQ - IF THIS GOES UP, IT MAY HIT "
s = s + dR1 + " and " + dR2 + " !!! IF IT HITS " + dR3
s = s + " IT MAY HIT " + dUpTarget + " !!! "
s = "IF THIS GOES DOWN, IT MAY HIT "
s = s + dS1 + " and " + dS2 + " !!! IF IT HITS " + dS3
s = s + " IT MAY HIT " + dDownTarget + " !!! "
s = s + "LOOK FOR THE MARKET TO" + sComment
s = s + "OVER THE NEXT 1-" + dDays + " !!! "
I LOOK FORWARD TO CORROBORATING WITH YOU IN THE FUTURE !!!
KENT !!!
----- Original Message -----
From: "John Cappello" <jvc689@xxxxxxx>
To: <realtraders@xxxxxxxxxxxxxxx>
Sent: Monday, April 01, 2002 5:01 PM
Subject: [RT] Back To Trading
Dear Ben,
I would love to see just trading posts of any kind but I refuse to
take attacks without due diligence to refute my posts or help me see
something I am missing. Some people do not ask questions or add to a
post in any way and I refuse to deal with them as politely as I have
in the past.
I am moderating my posts until THEY go away this time.It takes me 30
minutes to check out the TA posts and up to 15 minutes to post them.
It only takes one minute or less to throw a firecracker.
Hope you understand.
Sincerely,
John
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Save Time & Money
Outsource Your Software & Application Development with Elance
Post Your Project for FREE
http://us.click.yahoo.com/FmjnND/6A0DAA/cosFAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|