iGator CLASS

PriceType PROPERTY (PriceType)
Gets the indicator's price source SYNTAX public PriceType PriceType { get; }
Wed, May 16, 2018 at 9:43 AM
Script PROPERTY (NETIndicator)
Gets the NETIndicator object instance for custom indicators, null for builtin indicators SYNTAX public NETIndicator Script { get; }
Wed, May 16, 2018 at 9:44 AM
TeethPeriod PROPERTY (int)
Gets the alligator's teeth period SYNTAX public int TeethPeriod { get; }
Wed, May 16, 2018 at 9:45 AM
TeethShift PROPERTY (int)
Gets the alligator's teeth shift SYNTAX public int TeethShift { get; }
Wed, May 16, 2018 at 9:46 AM
GetLowerValue (int offset) METHOD (Return: double)
Retrieves low line value according to given offset. SYNTAX public double GetLowerValue (int offset) PARAMETERS offset — int RETURN double ...
Wed, May 16, 2018 at 9:58 AM
GetUpperValue (int offset) PROPERTY (Return: double)
Retrieves up line value according to given offset. SYNTAX public double GetUpperValue (int offset) PARAMETERS offset — int RETURN double E...
Wed, May 16, 2018 at 10:07 AM
GetValue (int lineNumber, int offset) METHOD (Return: double)
Returns indicator value SYNTAX public double GetValue (int lineNumber,int offset) PARAMETERS lineNumber — int zero-based number of the indicator...
Wed, May 16, 2018 at 10:08 AM
GetValue (int lineNumber) METHOD (Return: double)
Returns the indicator value in the last point SYNTAX public double GetValue (int lineNumber) PARAMETERS lineNumber — int zero-based number of ...
Wed, May 16, 2018 at 10:09 AM
GetValue () METHOD (Return: double)
Returns the indicator value for the first line in the last point SYNTAX public double GetValue () RETURN double calculated value EXAMPLE...
Wed, May 16, 2018 at 10:11 AM