[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

*****SPAM***** Re: RE: [amibroker] Re: Script and Stockconsultant website



PureBytes Links

Trading Reference Links

SPAM: -------------------- Start SpamAssassin results ----------------------
SPAM: This mail is probably spam.  The original message has been altered
SPAM: so you can recognise or block similar unwanted mail in future.
SPAM: See http://spamassassin.org/tag/ for more details.
SPAM: 
SPAM: Content analysis details:   (5.60 hits, 5 required)
SPAM: NO_REAL_NAME       (1.3 points)  From: does not include a real name
SPAM: FROM_ENDS_IN_NUMS  (0.9 points)  From: ends in numbers
SPAM: COMMENT            (0.8 points)  Found a Comment header
SPAM: NO_COST            (1.0 points)  BODY: No such thing as a free lunch (3)
SPAM: TO_BE_REMOVED_REPLY (0.4 points)  BODY: Says: "to be removed, reply via email" or similar
SPAM: SPAM_PHRASE_02_03  (0.8 points)  BODY: Spam phrases score is 02 to 03 (medium)
SPAM:                    [score: 2]
SPAM: QUOTED_EMAIL_TEXT  (-0.8 points) BODY: Contains what looks like a quoted email text
SPAM: SUPERLONG_LINE     (0.0 points)  BODY: Contains a line >=199 characters long
SPAM: MAILTO_TO_SPAM_ADDR (0.7 points)  URI: Includes a link to a likely spammer email address
SPAM: MAILTO_WITH_SUBJ   (0.4 points)  URI: Includes a link to send a mail with a subject
SPAM: AWL                (0.1 points)  AWL: Auto-whitelist adjustment
SPAM: 
SPAM: -------------------- End of SpamAssassin results ---------------------

Hi Tony,

     My name is Tom and my wife is Jessie but she will never get on this website.  The use of a team approach to everything is the best and only way to be truly successful.  It would be great to form a team.   It would be really an additional benefit if we were all used verizon (I am) and then we could call each other and discuss issues much more effectively at no cost to anyone.  

     All great teams also need a scary secret name and hand shake also. :-)  

     I have used the Fast Track program for many years but no longer use it.  I was trading mutual funds daily and when they had the big deal about day trading the funds they cut me off on my trading.  I changed mutual fund companies three times then it all stopped.  I averaged 102 trades a year or 51 round trips into the funds/Money Market.  I averaged a 72% annual rate of return for 7 years.   I was accurate on projecting a profit the next day by 82% and from the purchase to the closing sell I was about 71% accurate on making a profit.   Unbelievable but true.  I wish I had started with more money but you have to start from were you are at.  I was making $6-7K month on the mutual fund trading and another $2K for managing friends accounts.   It was a very simple system I used because what happens in the US today affects ASIA tomorrow and what happened after 11:00 today affected Europe tomorrow.  It was that easy.  Cause and Affect.  I know that there are systems that work to generate high returns in stocks so that is what I am looking for now.  
  
     I use the excel program to do many types of calculations and data base functions.  I am not a guru but I have been able to do most anything I have set my mind to with excel.  The NDX was a project I worked on quite a bit.    
     
Tom from Charlotte, North Carolina


> 
> From: Tony Lei <yiupang91@xxxxxxxxx>
> Date: 2005/07/17 Sun AM 09:51:18 EDT
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: Re: RE: [amibroker] Re: Script and Stockconsultant website
> 
> Jessie,
> The scanner I have created using linear regression has given me some very 
> nice daytrades and swingtrades. If you would like to form a team to create 
> opportunities in the market, i would be very interested in joining. I have 
> limited skills in programming so my codes are very simplistic and need 
> refining. 
> Thanks
> tony
> qitrader
> On 7/17/05, jessie10@xxxxxxxxxxxxx <jessie10@xxxxxxxxxxxxx> wrote:
> > 
> >  Hi Dan and Tony,
> > 
> > I though I responded to your previous email but I am sorry but I did not 
> > see it in the thread. If you would allow me to have the email address of the 
> > site you are downloading from maybe I could help with the download and 
> > conversion in excel and building a csv file. 
> > 
> > I have been working with excel for years and automate most of my functions 
> > using VBA through the macro builder. I also have the ability to help build 
> > data files automatically. I would be happy to combine/share these talents 
> > with anyone who would assist in a team effort in build some AFL files that 
> > would forcast the movement of stock prices and options. 
> > 
> > Tom Charlotte, North Carolina
> > 
> > > 
> > > From: "Dan Clark" <dan_public@xxxxxxxxxxx>
> > > Date: 2005/07/17 Sun AM 12:02:11 EDT
> > > To: <amibroker@xxxxxxxxxxxxxxx>
> > > Subject: RE: [amibroker] Re: Script and Stockconsultant website
> > > 
> > > Tony,
> > > 
> > > 
> > > 
> > > I did a quick IM macro accessing StockConsultant. First the good news? I
> > > was able to access the site and download the data. No errors or access
> > > violations. Here a string containing the extract results from the
> > > "Resistance Above" section that was saved to a file (the last line in 
> > the
> > > code below):
> > > 
> > > 
> > > 
> > > "","+3.2% at 41.25 ± 0.7, type triple+, strength 8","+6.4% at 42.55 ± 
> > 0.72,
> > > type triple, strength 10","+9.1% at 43.61 ± 0.74, type single, strength
> > > 2","+13.7% at 45.46 ± 0.77, type single, strength 5",""
> > > 
> > > 
> > > 
> > > Here's the code I created:
> > > 
> > > VERSION BUILD=4250510 
> > > 
> > > TAB T=1 
> > > 
> > > TAB CLOSEALLOTHERS 
> > > 
> > > URL
> > > GOTO=
> > http://www.stockconsultant.com/consultnow/basicplus.cgi?ID=sample&symbo
> > > l=MEE&62695#ttop 
> > > 
> > > SIZE X=1122 Y=871 
> > > 
> > > EXTRACT POS=3 TYPE=TITLE ATTR=<FONT<SP>color=#b40000>* 
> > > 
> > > EXTRACT POS=3 TYPE=TXT ATTR=<FONT<SP>color=#b40000>* 
> > > 
> > > EXTRACT POS=4 TYPE=TXT ATTR=<FONT<SP>color=#b40000>* 
> > > 
> > > EXTRACT POS=5 TYPE=TXT ATTR=<FONT<SP>color=#b40000>* 
> > > 
> > > EXTRACT POS=6 TYPE=TXT ATTR=<FONT<SP>color=#b40000>* 
> > > 
> > > EXTRACT POS=3 TYPE=TITLE ATTR=<FONT<SP>color=#0000b4>* 
> > > 
> > > 'Save the File
> > > 
> > > SAVEAS TYPE=EXTRACT FOLDER=* FILE=StockConsultant_{{!NOW:yymmdd}}.csv
> > > 
> > > 
> > > 
> > > Now the bad news? This StockConsultant web page is pretty dynamic. The
> > > contents of the Resistance Above and Support Below sections change 
> > radically
> > > from symbol to symbol. Sometimes there is data, sometimes not. For MEE,
> > > there were 4 lines in the "Resistance Above" section and 5 lines in the
> > > Support Below section. For AEP, the Resistance Above had NO lines and 
> > the
> > > Support Below had seven lines. While I believe that IM can handle this,
> > > I'm not quite sure how I'd do it. It would take some research and
> > > experimentation to handle this issue. 
> > > 
> > > 
> > > 
> > > If you are still interested, you can purchase a copy of the Pro or 
> > Scripting
> > > version to check it out. They have a 30 day, no cost return policy, so 
> > you
> > > could test out the product further. Finally, if you Google the web, you
> > > may be able to find a discount coupon for these folks. After a bit of
> > > searching, I found and used a 30% discount coupon when I purchased mine.
> > > 
> > > 
> > > 
> > > Best of luck, 
> > > 
> > > 
> > > 
> > > Dan.
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > _____ 
> > > 
> > > From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On 
> > Behalf
> > > Of Tony Lei
> > > Sent: Friday, July 15, 2005 3:00 PM
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: Re: [amibroker] Re: Script and Stockconsultant website
> > > 
> > > 
> > > 
> > > Dan,
> > > Do you think you can evaluate the Scripting software for me by 
> > performing
> > > the following before I make my purchase? 
> > > 
> > > Basically I just need to get the Support and Resistance data from
> > > stockconsultant with a rating of 8 to 10. It will not be worthwhile if i
> > > purchased the software to later find out that it doesn't work for that
> > > specific website. 
> > > 
> > > Thanks
> > > 
> > > tony
> > > 
> > > On 7/15/05, dan_public@xxxxxxxxxxx <dan_public@xxxxxxxxxxx
> > > <mailto:dan_public@xxxxxxxxxxx> > wrote:
> > > 
> > > Tom,
> > > 
> > > 
> > > 
> > > I'm sorry if I wasn't clear. That's the tool that I'm using and 
> > referring
> > > to. I have the Scripting edition. Like any development tool, it takes a
> > > bit of getting used to. In general though, it works great.
> > > 
> > > 
> > > 
> > > Regards,
> > > 
> > > 
> > > 
> > > Dan.
> > > 
> > > -------------- Original message -------------- 
> > > Hi Tony and Dan, 
> > > 
> > > Without knowing what web page you are trying to retrieve data from
> > > and what data you wish to capture, then I can not address any issue of a
> > > work around. But if retrieving data from the internet is important and 
> > then
> > > it needs to be saved to a file then excel can do it.
> > > 
> > > I have also used a program called IOPUS Internet Marcos to retrieve
> > > huge volumes of data to .csv files
> > > 
> > > Tom Charlotte North Carolina
> > > 
> > > 
> > > > 
> > > > From: "danclark_public" < dan_public@xxxxxxxxxxx
> > > <mailto:dan_public@xxxxxxxxxxx> >
> > > > Date: 2005/07/15 Fri PM 02:27:05 EDT
> > > > To: amibroker@xxxxxxxxxxxxxxx <mailto:amibroker@xxxxxxxxxxxxxxx> 
> > > > Subject: [amibroker] Re: Script and Stockconsultant website
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > > Please note that this group is for discussion between users only.
> > > 
> > > To get support from AmiBroker please send an e-mail directly to 
> > > SUPPORT {at} amibroker.com <http://amibroker.com>
> > > 
> > > For other support material please check also:
> > > http://www.amibroker.com/support.html
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > Please note that this group is for discussion between users only.
> > > 
> > > To get support from AmiBroker please send an e-mail directly to 
> > > SUPPORT {at} amibroker.com <http://amibroker.com>
> > > 
> > > For other support material please check also:
> > > http://www.amibroker.com/support.html
> > > 
> > > 
> > > 
> > > 
> > > 
> > > _____ 
> > > 
> > > YAHOO! GROUPS LINKS 
> > > 
> > > 
> > > 
> > > * Visit your group "amibroker
> > > <http://groups.yahoo.com/group/amibroker> " on the web.
> > > 
> > > * To unsubscribe from this group, send an email to:
> > > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> > > <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe> 
> > > 
> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> > > <http://docs.yahoo.com/info/terms/> .
> > > 
> > > 
> > > 
> > > _____ 
> > > 
> > > 
> > > 
> > > 
> > > Please note that this group is for discussion between users only.
> > > 
> > > To get support from AmiBroker please send an e-mail directly to 
> > > SUPPORT {at} amibroker.com <http://amibroker.com>
> > > 
> > > For other support material please check also:
> > > http://www.amibroker.com/support.html
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > _____ 
> > > 
> > > YAHOO! GROUPS LINKS 
> > > 
> > > 
> > > 
> > > * Visit your group "amibroker
> > > <http://groups.yahoo.com/group/amibroker> " on the web.
> > > 
> > > * To unsubscribe from this group, send an email to:
> > > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> > > <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe> 
> > > 
> > > * Your use of Yahoo! Groups is subject to the Yahoo!
> > > <http://docs.yahoo.com/info/terms/> Terms of Service. 
> > > 
> > > 
> > > 
> > > _____ 
> > > 
> > > 
> > > 
> > 
> >  
> > 
> >  Please note that this group is for discussion between users only.
> > 
> > To get support from AmiBroker please send an e-mail directly to 
> > SUPPORT {at} amibroker.com <http://amibroker.com>
> > 
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> > 
> >  
> > 
> > 
> >  ------------------------------
> > YAHOO! GROUPS LINKS 
> > 
> > 
> >    - Visit your group "amibroker<http://groups.yahoo.com/group/amibroker>" 
> >    on the web.
> >     - To unsubscribe from this group, send an email to:
> >    amibroker-unsubscribe@xxxxxxxxxxxxxxx<amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
> >     - Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
> >    Service <http://docs.yahoo.com/info/terms/>. 
> > 
> > 
> >  ------------------------------
> >
> 



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Try Online Currency Trading with GFT. Free 50K Demo. Trade 
24 Hours. Commission-Free. 
http://us.click.yahoo.com/DldnlA/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~-> 

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/