PureBytes Links
Trading Reference Links
|
Technical Analysis Scanner by FlexSoft
http://www.flexsoft.com/
Program's scan and indicator building(writing/coding) is very simular to
MS's indicators + scans. Program is also heavy loaded with explorable
scans+indicators, and even has a Trend Line function/indicator(TrendLin)
that can be scanned for peaks+throughs.
Went to their website a few times, but it seems to have been dismantled,
eg No Reply.
23.1.55 TrendLine Create a Trendline
Usage: TRENDLINE( a,s,e )
Returns: Array
Description :
Generate a line going through the points in array a from the day
index s to the day index e.
Example:
Array X = TrendLine(C,-10,-2);
creates a "line" that begins at and passes through the CLOSE 10
days in the past and ends at the point two days in the past.
If you wanted to create a trendline that rested on the two
latest major price peaks , you could use the ZIG function as
follows:
Array TL = Const(0); // for the trendline
Array Z = ZIG(C,5,'%'); // 5% moves only
recentPeak = Peak(Z,1); // Get recent peak
penulPeak = Peak(Z,2); // Get penultimate peak
IF recentPeak < 0 AND penulPeak < 0 THEN
// we have two peaks
TL = TrendLine(C,penulPeak,recentPeak);
23.1.56 TrendPar Parallel Trendline
Usage: TRENDPAR( a,t,s )
Returns: Array
Description :
TrendLine's sister function TrendPar will draw a parallel line
to trendline t, running through day s in array a.
PTA is Professional Trade Advisor98
TradeAdvisor automatically calculates specific Elliott wave counts
and wave directions FOR STOCKS, COMMODITIES AND INDICES
and then translates them into exact trade recommendations.
TradeAdvisor automatically generates 'NEXT DAY' BUY AND SELL
SIGNALS when the appropriate candlestick pattern or price breakout
is found in upward or downward trending markets.
http://www.rjwhite.com/TradeAdvisor.htm
http://stelar.com/
Regards,
Ton Maas
ms-irb@xxxxxx
TAS Registration for Version 6.13
DATE ___________________
First Name _____________________________
Last Name _____________________________
Address ______________________________________________________
City ______________________________ State _______
ZIP ____________ Country ______________________ (if not USA)
Voice Phone (optional) ______________________________
You can register your FlexSoft Product(s) by sending email to FlexSoft
at sales@xxxxxxxxxxxx or faxing this form to 510 829 9733.
-------------------------------------------------------------------------
TAS 6.13 Registration Checklist
Check each item you want and add each amount to the Total
-------------------------------------------------------------------------
TAS Version 6 [ ] $249 (TAS,Profit Tester,Graphics)
TAS Version 5 upgrade [ ] $ 69 (includes manual)
If you need to have a disk
or manual sent to you [ ] $ 5 for shipping/handling in North America
($10 outside of North America)
Sales Tax 8.25% $_______ (California users ONLY)
Total Amount ---> $_______
Payment Method [ ] VISA [ ] MasterCard [ ] [ ] Check
Credit Card Number _____--__________________ Expiration Date ______
Signature (if paying by Credit Card) _______________________________
If paying by check, make check payable to "FlexSoft".
Send Registration to:
FlexSoft
7172 Regional St, #276
Dublin, CA 94568
Upon receipt of the REGISTRATION AMOUNT, you will be sent a
REGISTRATION CODE by the method you select below. Please indicate
your preference marking your choice with an X.
SEND REGISTRATION BY (CHOOSE 1)
[ ] U.S. MAIL
[ ] TELEPHONE (COLLECT) __________________________ BEST TIME? ______
[ ] EMAIL ______________________________ (Internet format email address)
----- Original Message -----
From: Alton Stephens <astephen@xxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: maandag 1 februari 1999 9:08
Subject: RE: Purchase of TA98
>what is TAS? Trade Advisor or something else?
>
>
>Al Stephens
>astephen@xxxxxxxx
>
>
>
>-----Original Message-----
>From: owner-metastock@xxxxxxxxxxxxx
>[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Lionel and Gail Issen
>Sent: Sunday, January 31, 1999 11:44 PM
>To: metastock@xxxxxxxxxxxxx
>Subject: Re: Purchase of TA98
>
>
>Malcom:
>
> I dont know what posting you are referring to. TAS is a very viable
>program. While the present version is still a DOS program, according to
>Martin Moore, it will read MS fiiles with the a limitation of 255 items per
>folder.
>
>//////////
>
|