Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

donchian channel turning up Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
bourdin
Posted : Monday, October 20, 2008 9:57:13 AM

Registered User
Joined: 7/31/2006
Posts: 37
hi

i am looking for a formula to scan stocks who on a 10 mn charts have their donchian channel turning up .could you help?thanks
Bruce_L
Posted : Monday, October 20, 2008 10:41:40 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Personal Criteria Formulas and EasyScans always use the twenty-minute delayed Daily data. This means you would need to use Indicator Sorting to do any of the following on 10-Minute Charts.

Sort by indicator or price movement using Visual Change sorts
Sorting price and indicators by their Actual Value
Real time indicator sorting (available at the Platinum level)

Let's say you had 20-Period Donchian Channels using the following formulas:

Upper Band:

MAXH20.1

Lower Band:

MINL20.1

The wouldn't necessarily turn up at the same time. You could find out if the Upper Band was increasing using something like the following:

MAXH20.1 >  MAXH20.2

You could even "predict" tomorrow's direction (since Donchian Channels normally use the previous Highs and Lows) using something like:

MAXH20 > MAXH20.1

The Lower band would just require replacing MAXH with MINL. It would also be possibe to calculate a Centerline:

(MAXH20.1 + MINL20.1) / 2

If you did so, the formula for the Centerline increasing would be:

MAXH20.1 + MINL20.1 > MAXH20.2 + MINL20.2

You may wish to review the following:

Plotting Custom Indicators with Examples
Visually Backtesting Specific Symbols
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
bourdin
Posted : Monday, October 20, 2008 12:23:54 PM

Registered User
Joined: 7/31/2006
Posts: 37
TX, i have mad a pcf  for the centerline and sorting on the 10 mn i get aapl true,but the donchian channel seems to be flat. i suppose it will rise if the condition of the pcf remains valid for another 10 mn? is it right?.tx
Bruce_L
Posted : Monday, October 20, 2008 12:30:03 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You can't make a Personal Criteria Formula to monitor a 10-Minute Chart. You need to use the formula in a Custom Indicator (if it is value based) or Custom Percent True Indicator (if it is Boolean - returns True or False) and use Real Time Indicator Sorts on the Custom Indicator or Custom Percent True Indicator.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
bourdin
Posted : Monday, October 20, 2008 1:49:12 PM

Registered User
Joined: 7/31/2006
Posts: 37
tx
Bruce_L
Posted : Monday, October 20, 2008 1:55:50 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You're welcome.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
bourdin
Posted : Monday, October 20, 2008 3:10:45 PM

Registered User
Joined: 7/31/2006
Posts: 37
sorry but when i try to use the formula as a custom indicator  i get the formula error must be boolean.help please tx
StockGuy
Posted : Monday, October 20, 2008 3:13:38 PM

Administration

Joined: 9/30/2004
Posts: 9,187
You have to choose Add Indicator | Custom | Percent True.
bourdin
Posted : Monday, October 20, 2008 3:23:45 PM

Registered User
Joined: 7/31/2006
Posts: 37
got it tx a lot
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.