NinjaScript > Language Reference > Data > Typical |
![]() ![]() ![]() ![]() |
Definition A collection of historical bar typical prices. Typical price = (High + Low + Close) / 3.
Property Value A DataSeries type object. Accessing this property via an index value [int barsAgo] returns a double value representing the price of the referenced bar.
Syntax Typical
Examples
|