| Registered User Joined: 1/25/2006
 Posts: 4
 
 | 
	Are there any Mechanical Buy and Sell Signals I can setup to move in and out of Index ETF's? | 
	
	|  Registered User
 Joined: 7/30/2007
 Posts: 1,072
 
 | 
	Hi dballski, the trainers can't give advice, so my guess is Bruce will move your question to the Stock and Market Talk forum where other members might see it and respond. 
	Just one quick piece of advice: you're probably going to have to be a little more specific with your question :) 
	Good luck! | 
	
	|  
  Worden Trainer
 
 Joined: 10/7/2004
 Posts: 65,138
 
 | 
	And Putt4Dough is correct. 
 -Bruce
 Personal Criteria Formulas
 TC2000 Support Articles
 | 
	
	| Registered User Joined: 4/10/2006
 Posts: 954
 
 | 
	From the book "High Probability ETF Trading" by Larry Conners. 
	http://forums.worden.com/default.aspx?g=posts&t=44641 
	Regional Systematic Momentum Model | 
	
	| Registered User Joined: 1/25/2006
 Posts: 4
 
 | 
	Can I play an arrow, or change a bar color based on a condition I write?  Ever other charting program I have used allows this.   How do I accomplish this in T2000. 
	Example:  I want an up arrow when the CCI crosses above -100 or crosses below +100 | 
	
	|  
  Worden Trainer
 
 Joined: 10/7/2004
 Posts: 65,138
 
 | 
	You plot a colored dot at a specified value when a requirement is met using a Custom PCF Indicator plotted in the same pane and scale as another indicator. For example, the following settings would plot a blue dot at the high of the bar whenever price is above the close of the previous bar when plotted in the same pane and scale as price. 
	- Plot Style: Dot- Plot Color: Blue
 - Period: 1
 - Average Type: Doesn't matter (because the Period is 1).
 - Formula: H / ABS(C > C1)
 
	The part before the /  is the value at which you want to plot the dot. If it involves some sort of calculation, you would probably want to place it in parentheses. The part inside the ABS() is the condition which must be true in order to plot the dot. Nothing is plotted when it is not true because the formula generates a division by zero error. 
	You would need to have a different Custom PCF Indicator for each color of dot you want to plot. 
	You could plot a dot for when CCI crosses up or down through through a particular value. You would need to know the period of the CCI in order to create the condition. 
	CCI INDICATOR 
 -Bruce
 Personal Criteria Formulas
 TC2000 Support Articles
 |