Close
<< Click to Display Table of Contents >> Close |
A collection of historical bar close prices.
A ISeries<double> type object. Accessing this property via an index value [int barsAgo] returns a double value representing the price of the referenced bar.
Note: When an indicator uses another indicator as input series, Close will represent the closing price of the input series' input series. For example, if MyCustomIndicator uses an ADX as input series, then referencing Close[0] in MyCustomIndicator will provide the Close price for the ADX's input series. |
Close
Close[int barsAgo]
// OnBarUpdate method |