iGator
class
Represent access to Gator indicator values.
Properties
Count int | Gets indicator values count |
Data HistoricalData | Gets indicator data for calculation |
JawPeriod int | Gets the alligator's jaw period |
JawShift int | Gets the alligator's jaw shift |
LinesCount int | Gets indicator's lines count |
LipsPeriod int | Gets the alligator's lips period |
LipsShift int | Gets the alligator's lips shift |
Mode MAMode | Gets the indicators' moving mode |
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 |
TeethPeriod int | Gets the alligator's teeth period |
TeethShift int | Gets the alligator's teeth shift |
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 |