Analysis Techniques & Strategies
Input Information
Name | Expression | Default | Description |
Formula | Numeric | Close | Unbounded value to plot. |
CrossesZero | True/False | false | Set to true if the value for Formula will cross from positive to negative or from negative to positive. If not, this input should be set to false. |
ColorNormLenth | Numeric | 14 | Number of bars over which to normalize the indicator for gradient coloring. |
UpColor | Numeric | Yellow | Color to use for indicator values that are relatively high over ColorNormLength bars. Set to -1 to disable gradient color plotting. |
DnColor | Numeric | Cyan | Color to use for indicator values that are relatively low over ColorNormLength bars. Set to -1 to disable gradient color plotting. |
Displays unbounded values (those having an indeterminate range) as color gradient PaintBars.
Formula should be a "unbounded" expression - an expression that has an indeterminate rang range. The expression Close has an indeterminate range since the closing price may have any value. .
You may customize this PaintBar to test your own ideas by substituting the default Formula expression with your own.
None