Registered User Joined: 7/15/2010 Posts: 5
|
Please post the formulas for the Hammer and inverted hammer PCFs
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
Hammer
((((C<O)*C)+ ((C>O)*O))*(-1))-L>=(H-L)*0.75 AND (H-L)>(AVGH21-AVGL21)
Inverted Hammer
ABS(C-O) <= (H-L)*0.25 AND ((C+O)/2) – L <= (H-L)*0.25 AND H-((C+O)/2)>= (((C+O)/2)-L)*0.34
Boolean PCFs for Candlestick Patterns
|
Registered User Joined: 6/25/2008 Posts: 14
|
I have tried to figure out how to scan/sort and add columns in TC2000, based upon two candlestick reversal patterns: a doji+hammer and a doji+hangman. I remember that there were candlestick indicators in Stockfinder. But, when I decided to upgrade from Gold to Platinum about one month ago, I lost access to stockfinder and all those candlestick indicators. I wonder: is there a way to sort and scan, then to add a column, for those conditions mentioned above in TC2000?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Once you create a Personal Criteria Formula in the TC2000.com version 11 beta, you can just select Add Column and choose the PCF from the list. You can then click on the WatchList Column Header for that PCF to Sort by it.
EasyScans and Column Sorting
-Bruce Personal Criteria Formulas TC2000 Support Articles
|