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

Re: [dlevels] TC2000 Scans for Thrust



PureBytes Links

Trading Reference Links

This from RQ tech support on (my understanding of) the MACD thing:

>>>>>
This is not possible,  finding the maximum value of an indicator is not an
available function.

Well, it is possible to do with IF THEN statements, but realistically this
is impractical.
>>>>>

Kevin Bryant





>
> Good work!
>
> There are any number of ways to find thrust, very often it is
> your software that imposes limitations..
>
> Try scanning for an extreme MACD, say MACD = the
> highest it has been in 52 periods, on a weekly chart..
>
> I've been working on some scans using the detrended
> oscillator, with some success..
>
> -Neal.
>
> At 03:28 AM 2/25/2001 +0000, you wrote:
> >I've been using TC2000 for several years.  One of the pluses is the
> >ability to run scans.  Although the parameters one can use in the
> >scans are fairly limited, none-the-less, some useful information can
> >be gleaned.
> >
> >Here is one I wrote searching for downward thrust.  Essentially, what
> >it does is look for stocks in which the 3x3 moving average is at
> >least 1.05 times the closing price, and the closing price of the day
> >is less than the closing price of the previous day.  On Saturday,
> >February 24, 2001, the scan turned up 0 results.  Even when the scan
> >does turn up results, many times the stock is not thrusting, but
> >merely strongly trending downwards.
> >
> >(AVGC3.13 >= 1.05 * C10) AND (C10 < C11) AND (AVGC3.12 >= 1.05 * C9)
> >AND (C9 < C10) AND (AVGC3.11 >= 1.05 * C8) AND (C8 < C9) AND
> >(AVGC3.10 >= 1.05 * C7) AND (C7 < C8) AND (AVGC3.9 >= 1.05 * C6) AND
> >(C6 < C7) AND (AVGC3.8 >= 1.05 * C5) AND (C5 < C6) AND (AVGC3.7 >=
> >1.05 * C4) AND (C4 < C5) AND (AVGC3.6 >= 1.05 * C3) AND (C3 < C4) AND
> >(AVGC3.5 >= 1.05 * C2) AND (C2 < C3)
> >
> >
> >
> >To unsubscribe from this group, send an email to:
> >dlevels-unsubscribe@xxxxxxxxxxx
> >
> >
> >
> >Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
> ---
> DiNapoli Fibonacci techniques -
> http://www.fibtrader.com
>
>
>
>
>
> To unsubscribe from this group, send an email to:
> dlevels-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>


------------------------ Yahoo! Groups Sponsor ---------------------~-~>
eGroups is now Yahoo! Groups
Click here for more details
http://us.click.yahoo.com/kWP7PD/pYNCAA/4ihDAA/zf_UlB/TM
---------------------------------------------------------------------_->

To unsubscribe from this group, send an email to:
dlevels-unsubscribe@xxxxxxxxxxx

 

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