Analysis Techniques & Strategies
Name | Expression | Default | Description |
Length | Numeric | 20 | Number of bars to include in the calculation. |
Displace | Numeric | 0 | Number of bars to displace the plot of the Price Channel. |
ColorPercentP | TrueFalse | True | When true, plots different colors for %P in RadarScreen and other grid apps (see PercentP color ranges below). |
PercentPVeryHighColor | Numeric | Yellow | Plot color when %P is greater than 100 and ColorPercentP is true. |
PercentPHighColor | Numeric | Red | Plot color when %P is greater than or equal to 50 and ColorPercentP is true. |
PercentPLowColor | Numeric | Magenta | Plot color when %P is less than 50 and ColorPercentP is true. |
PercentPVeryLowColor | Numeric | Cyan | Plot color when %P is less than 0 and ColorPercentP is true. |
BackgroundColorAlertCell | Numeric | DarkGray | Color for grid cell background when alert criteria is met. |
The Price Channel indicator calculates the highest high and lowest low of the trailing number of bars specified by the input Length. Lines representing the trailing highs and the trailing lows are then plotted. When a market moves above the upper band, it is a sign of market strength. Conversely, when a market moves below the lower band, it is a sign of market weakness. A sustained move above or below the channel lines may indicate a significant breakout.
This indicator is not displaced by default. Changing the input Displace to a positive number displaces the plot to the left. Changing the input Displace to a negative number displaces the plot to the right.
Number | Name | Default Color | Description |
Plot1 | LowerBand | Cyan | Plots the trailing low as a line. |
Plot2 | UpperBand | Red | Plots the trailing high as a line. |
Plot3 | %P | Default | Plots the %P based on the channel width (only in grid apps). |
When applied to a chart, this indicator displays two plots in the same subgraph as the price data. For grids, the indicator displays three plots.