iGator CLASS

Count PROPERTY (int)
Gets indicator values count SYNTAX public int Count { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generi...
Wed, May 16, 2018 at 9:00 AM
Data PROPERTY (HistoricalData)
Gets indicator data for calculation SYNTAX public HistoricalData Data { get; } EXAMPLE using System; using System.Collections; using System....
Wed, May 16, 2018 at 9:16 AM
JawPeriod PROPERTY (int)
Gets the alligator's jaw period SYNTAX public int JawPeriod { get; }
Wed, May 16, 2018 at 9:17 AM
JawShift PROPERTY (int)
Gets the alligator's jaw shift SYNTAX public int JawShift { get; }
Wed, May 16, 2018 at 9:31 AM
LinesCount PROPERTY (int)
Gets indicator's lines count SYNTAX public int LinesCount { get; }
Wed, May 16, 2018 at 9:33 AM
LipsPeriod PROPERTY (int)
Gets the alligator's lips period SYNTAX public int LipsPeriod { get; }
Wed, May 16, 2018 at 9:34 AM
LipsShift PROPERTY (int)
Gets the alligator's lips shift SYNTAX public int LipsShift { get; }
Wed, May 16, 2018 at 9:35 AM
Mode PROPERTY (MAMode)
Gets the indicators' moving mode SYNTAX public MAMode Mode { get; }
Wed, May 16, 2018 at 9:36 AM
Name PROPERTY (string)
Gets indicator name SYNTAX public string Name { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; usi...
Wed, May 16, 2018 at 9:38 AM
Parameters PROPERTY (object[])
Gets indicator input parameters SYNTAX public object[] Parameters { get; } EXAMPLE using System; using System.Collections; using System.Coll...
Wed, May 16, 2018 at 9:42 AM