iGator CLASS
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
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
Gets the alligator's jaw period SYNTAX public int JawPeriod { get; }
Wed, May 16, 2018 at 9:17 AM
Gets the alligator's jaw shift SYNTAX public int JawShift { get; }
Wed, May 16, 2018 at 9:31 AM
Gets indicator's lines count SYNTAX public int LinesCount { get; }
Wed, May 16, 2018 at 9:33 AM
Gets the alligator's lips period SYNTAX public int LipsPeriod { get; }
Wed, May 16, 2018 at 9:34 AM
Gets the alligator's lips shift SYNTAX public int LipsShift { get; }
Wed, May 16, 2018 at 9:35 AM
Gets the indicators' moving mode SYNTAX public MAMode Mode { get; }
Wed, May 16, 2018 at 9:36 AM
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
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