Analysis Techniques & Strategies
Name | Expression | Default | Description |
NumDays | Numeric | 3 | Number of days in the price extension (defined as a sharp, multiple-day move). |
MinConsolIndex | Numeric | 2.25 | This input should be in the 1-to-NumDays range; the larger the number, the more extended the price. |
FinalRangeFactor | Numeric | 1 | This factor ensures that the final day's move is good- sized - final day's TR will be >= oNumDaysATR * FinalRangeFactor. |
RevCriteria | Numeric | 1 | Different color plots for new intraday highs and lows before this bar. |
GapsizeFactor | Numeric | .2 | This factor is used to ensure that the gap is large, greater than the previous day's true range times the GapSizeFactor. |
HiLineColor | Numeric | Magenta | Plot Color |
LoLineColor | Numeric | LightGray | Plot Color |
This ShowMe looks for down (up) reversals after up (down) price extensions. (A price extension is a strong, multiple day move.) More specifically, it looks for a down (up) setup and trigger on the day after an up (down) price extension has been completed. Only the first trigger of the day is recognized.