iAlligator CLASS

Count PROPERTY (int)
Gets indicator values count SYNTAX public int Count { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generi...
Sun, May 13, 2018 at 4:41 PM
Data PROPERTY (HistoricalData)
Gets indicator data for calculation SYNTAX public HistoricalData Data { get; } EXAMPLE using System; using System.Collections; using System....
Sun, May 13, 2018 at 4:41 PM
JawPeriod PROPERTY (int)
Gets the alligator's jaw period SYNTAX public int JawPeriod { get; }
Sun, May 13, 2018 at 4:42 PM
JawShift PROPERTY (int)
Gets the alligator's jaw shift SYNTAX public int JawShift { get; }
Sun, May 13, 2018 at 4:43 PM
LinesCount PROPERTY (int)
Gets indicator's lines count SYNTAX public int LinesCount { get; }
Sun, May 13, 2018 at 4:44 PM
LipsPeriod PROPERTY (int)
Gets the alligator's lips period SYNTAX public int LipsPeriod { get; }
Sun, May 13, 2018 at 4:45 PM
LipsShift PROPERTY (int)
Gets the alligator's lips shift SYNTAX public int LipsShift { get; }
Sun, May 13, 2018 at 4:46 PM
Mode PROPERTY (MAMode)
Gets the indicators' moving mode SYNTAX public MAMode Mode { get; }
Sun, May 13, 2018 at 4:47 PM
Name PROPERTY (string)
Gets indicator name SYNTAX public string Name { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; usi...
Sun, May 13, 2018 at 4:48 PM
Parameters PROPERTY (object[])
Gets indicator input parameters SYNTAX public object[] Parameters { get; } EXAMPLE using System; using System.Collections; using System.Coll...
Sun, May 13, 2018 at 4:49 PM