markd859123 |
Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Wednesday, May 31, 2006 |
Thursday, June 28, 2007 9:45:02 PM |
33 [0.01% of all post / 0.00 posts per day] |
|
3 period RSI using Wilders smoothing. Thanks. Mark
|
Hi Is it possible to create a 3 period RSI of a 10 period CCI? Thanks. Mark
|
Hi Bruce No, I hadn't considered using bustermu's formula but I will try it compared to your long version. I wanted to stay as true to the PCF using the 60 day that you posted as possible because I like the stocks it turns up but if there are minor differences in the effeciency number it turns up I guess I could adjust my threshold for considering the stock for purchase or sale. Especially since there is such a big difference in the size of the PCF. I will check this out later tonite. On another note, 1/2 the reason I use TC is this board and the support that's available here. Thanks to all the trainers! Mark
|
|
Hi Bruce I have been using the efficiency screen you posted above on July 20 and like the results it gives. However, I would like to take the 20, 45, 90 and 180 period simple MA of true range that is discussed on this thread
Tight trading ranges
and compare it with the 60 day that I've been using by averaging those four periods together to come up with one efficiency number. How would you do this in a PCF? Hope this makes sense! Thanks. Mark
|
Thanks Bruce The period is 14 and the smoothing is 3. Mark
|
Here is the code.
S = "smooth" parameter N = "period" parameter
HH = highest high for last N periods LL = lowest low for last N periods
V = 100*(Close-LL)/(HH-LL)
DSS = EMA(V) for S periods
Thanks. Mark
|
Hi All Just wondered if anyone who has created this for TC would mind sharing the code. I've had some pretty good luck using it with another program with the default settings of 14 and 3. Thanks. Mark
|
Hello How would you write a scan to show all stocks that had their price touch the 20 day exponential moving average today? Thanks alot. Mark
|
Thanks Craig I hadn't looked at the Block Player or Backscanner yet. Do I read correctly that there is no extra fee if I'm already a gold customer for these tools? Thanks. Mark
|
|