Analysis Techniques & Strategies
Name | Expression | Default | Description |
SymbolToUse | String | "SPY" | The symbol for which you want get a quote value. |
QuoteField | String | "Last" | The quote field to read. See QuoteFields for a list. |
HiAlert | Numeric | 1000000 | Value for the high alert. |
LoAlert | Numeric | -1000000 | Value for the low alert. |
The Custom Quote indicator plots the value of a specified numeric quote field for a specified symbol. Since quote fields do not provide historical values, a chart will only show updated values from the initial plotted value going forward.
Alerts may be set to inform you when the specified quote exceeds the high or low value of a user specified range.
Only quote fields containing numeric values will be plotted by this indicator (string, boolean, and date time quote values are not supported).
Number | Name | Default Color | Description |
Plot1 | SymbolToUse | Red | Symbol being referenced. |
Plot2 | QuoteField | Cyan | Name of the quote field. |
Plot3 | Value | Yellow | Value of the specified quote field. |
Plot4 | DataState | Cyan | Loaded state of the quote object. |
Displays four plots (columns) in a grid-based window. When applied to a chart, this indicator displays the four values on the chart status line of a subgraph.