Analysis Techniques & Strategies

image\insert_showme.gif Price Reversal (ShowMe)

image\trumpet2.gif Disclaimer

Input Information

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

Description

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.

Related Functions

BarNumber

RS_DailyDataArray

RS_PriceExtension

RS_ReversalPatterns

RS_TrueExtremes