UpperLowerIndicator
class
Properties
Count int | Gets indicator values count |
Data HistoricalData | Gets indicator data for calculation |
LinesCount int | Gets indicator's lines count |
Name string | Gets indicator name |
Parameters object[] | Gets indicator input parameters |
PriceType PriceType | Gets the indicator's price source |
Script NETIndicator | Gets the NETIndicator object instance for custom indicators, null for builtin indicators |
Methods
GetLowerValue (int offset) Return: double | Retrieves low line value according to given offset. |
GetUpperValue (int offset) Return: double | Retrieves up line value according to given offset. |
GetValue (int lineNumber, int offset) Return: double | Returns indicator value |
GetValue (int lineNumber) Return: double | Returns the indicator value in the last point |
GetValue () Return: double | Returns the indicator value for the first line in the last point |