iAlligator CLASS

PriceType PROPERTY (PriceType)
Gets the indicator's price source SYNTAX public PriceType PriceType { get; }
Sun, May 13, 2018 at 4:49 PM
Script PROPERTY (NETIndicator)
Gets the NETIndicator object instance for custom indicators, null for builtin indicators SYNTAX public NETIndicator Script { get; }
Sun, May 13, 2018 at 4:50 PM
TeethPeriod PROPERTY (int)
Gets the alligator's teeth period SYNTAX public int TeethPeriod { get; }
Sun, May 13, 2018 at 4:51 PM
TeethShift PROPERTY (int)
Gets the alligator's teeth shift SYNTAX public int TeethShift { get; }
Sun, May 13, 2018 at 4:51 PM
GetJawValue (int offset) METHOD (Return: double)
Retrieves Alligator jaw line value according to given offset. SYNTAX public double GetJawValue (int offset) PARAMETERS offset — int RETURN d...
Sun, May 13, 2018 at 5:02 PM
GetLipsValue (int offset) METHOD (Return: double)
Retrieves Alligator lips line value according to given offset. SYNTAX public double GetLipsValue (int offset) PARAMETERS offset — int RETURN...
Sun, May 13, 2018 at 5:03 PM
GetTeethValue (int offset) METHOD (Return: double)
Retrieves Alligator teeth line value according to given offset. SYNTAX public double GetTeethValue (int offset) PARAMETERS offset — int RETU...
Sun, May 13, 2018 at 5:04 PM
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 indicato...
Sun, May 13, 2018 at 5:05 PM
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 ...
Sun, May 13, 2018 at 5:07 PM
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...
Sun, May 13, 2018 at 5:08 PM