|
Description |
Draws a horizontal line in a chart at an instrument's last price. |
|
|
Syntax |
Quote(symbol.extension) |
|
|
Parameters |
symbol.extension Identifies the symbol you want to plot.
The use of an extension is optional. If omitted, Quote() will use the symbol's last price. |
|
|
Return Value |
A price. |
|
|
Examples |
Quote(IBM)
Quote(CSCO.bid) |
|
|
Comments |
This function is so called because it is the antithesis of the CHART() function. Where the CHART() function displays information derived from a chart in a quote window (as well as performing similar feats in other contexts), the QUOTE() displays information derived from a quote window in a chart. |