iAlligator CLASS
Gets the indicator's price source SYNTAX public PriceType PriceType { get; }
Sun, May 13, 2018 at 4:49 PM
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
Gets the alligator's teeth period SYNTAX public int TeethPeriod { get; }
Sun, May 13, 2018 at 4:51 PM
Gets the alligator's teeth shift SYNTAX public int TeethShift { get; }
Sun, May 13, 2018 at 4:51 PM
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
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
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
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
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
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