iGator CLASS
Gets the indicator's price source SYNTAX public PriceType PriceType { get; }
Wed, May 16, 2018 at 9:43 AM
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
Gets the alligator's teeth period SYNTAX public int TeethPeriod { get; }
Wed, May 16, 2018 at 9:45 AM
Gets the alligator's teeth shift SYNTAX public int TeethShift { get; }
Wed, May 16, 2018 at 9:46 AM
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
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
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
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
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